Merge branch 'main' into blocks_meta
This commit is contained in:
commit
fb9b85ef54
@ -83,7 +83,7 @@ void Label::setText(std::wstring text) {
|
||||
this->text = text;
|
||||
cache.update(this->text, multiline, textWrap);
|
||||
|
||||
if (cache.font) {
|
||||
if (cache.font && autoresize) {
|
||||
setSize(calcSize());
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user