mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix: usercard jumping when loading data (#5406)
This commit is contained in:
parent
8689bdb481
commit
8ba570415b
|
@ -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
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ Label::Label(BaseWidget *parent, QString text, FontStyle style)
|
|||
[this] {
|
||||
this->updateSize();
|
||||
});
|
||||
this->updateSize();
|
||||
}
|
||||
|
||||
const QString &Label::getText() const
|
||||
|
|
Loading…
Reference in a new issue