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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@
- Dev: Add doxygen build target. (#5377)
- Dev: Make printing of strings in tests easier. (#5379)
- 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

View file

@ -20,6 +20,7 @@ Label::Label(BaseWidget *parent, QString text, FontStyle style)
[this] {
this->updateSize();
});
this->updateSize();
}
const QString &Label::getText() const