fixed msgs not layouting after changing settings
This commit is contained in:
@@ -70,7 +70,7 @@ bool MessageRef::layout(int width, float dpiMultiplyer)
|
||||
if (textChanged) {
|
||||
this->updateTextSizes();
|
||||
}
|
||||
if (widthChanged) {
|
||||
if (widthChanged || wordMaskChanged) {
|
||||
this->buffer = nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user