Merge branch 'main' into blocks_meta

This commit is contained in:
MihailRis 2024-05-28 04:46:07 +03:00
commit fb9b85ef54

View File

@ -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());
}
}