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) {
|
if (textChanged) {
|
||||||
this->updateTextSizes();
|
this->updateTextSizes();
|
||||||
}
|
}
|
||||||
if (widthChanged) {
|
if (widthChanged || wordMaskChanged) {
|
||||||
this->buffer = nullptr;
|
this->buffer = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user