mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-04-01 23:00:58 +00:00
Fixed time label positioning after the text has changed.
This commit is contained in:
parent
505e5a69a6
commit
1222f914ed
@ -157,6 +157,7 @@ void Controller::refreshTimeTexts() {
|
||||
_playedAlready->setText(timeAlready, &alreadyChanged);
|
||||
_toPlayLeft->setText(timeLeft, &leftChanged);
|
||||
if (alreadyChanged || leftChanged) {
|
||||
resizeEvent(nullptr);
|
||||
_fadeAnimation->refreshCache();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user