mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Fixed time label positioning after the text has changed.
This commit is contained in:
parent
505e5a69a6
commit
1222f914ed
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ void Controller::refreshTimeTexts() {
|
|||
_playedAlready->setText(timeAlready, &alreadyChanged);
|
||||
_toPlayLeft->setText(timeLeft, &leftChanged);
|
||||
if (alreadyChanged || leftChanged) {
|
||||
resizeEvent(nullptr);
|
||||
_fadeAnimation->refreshCache();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue