mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-08 08:04:08 +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);
|
_playedAlready->setText(timeAlready, &alreadyChanged);
|
||||||
_toPlayLeft->setText(timeLeft, &leftChanged);
|
_toPlayLeft->setText(timeLeft, &leftChanged);
|
||||||
if (alreadyChanged || leftChanged) {
|
if (alreadyChanged || leftChanged) {
|
||||||
|
resizeEvent(nullptr);
|
||||||
_fadeAnimation->refreshCache();
|
_fadeAnimation->refreshCache();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue