mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed msgs not layouting after changing settings
This commit is contained in:
parent
6b46d12558
commit
dd11c56b9a
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue