fix: usercard jumping when loading data (#5406)

This commit is contained in:
nerix
2024-05-19 22:04:04 +02:00
committed by GitHub
parent 8689bdb481
commit 8ba570415b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
- Dev: Add doxygen build target. (#5377) - Dev: Add doxygen build target. (#5377)
- Dev: Make printing of strings in tests easier. (#5379) - Dev: Make printing of strings in tests easier. (#5379)
- Dev: Refactor and document `Scrollbar`. (#5334, #5393) - Dev: Refactor and document `Scrollbar`. (#5334, #5393)
- Dev: Reduced the amount of scale events. (#5404) - Dev: Reduced the amount of scale events. (#5404, #5406)
## 2.5.1 ## 2.5.1
+1
View File
@@ -20,6 +20,7 @@ Label::Label(BaseWidget *parent, QString text, FontStyle style)
[this] { [this] {
this->updateSize(); this->updateSize();
}); });
this->updateSize();
} }
const QString &Label::getText() const const QString &Label::getText() const