fix: usercard jumping when loading data (#5406)
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user