1
0
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:
John Preston 2016-07-16 09:54:02 +03:00
parent 505e5a69a6
commit 1222f914ed

View File

@ -157,6 +157,7 @@ void Controller::refreshTimeTexts() {
_playedAlready->setText(timeAlready, &alreadyChanged);
_toPlayLeft->setText(timeLeft, &leftChanged);
if (alreadyChanged || leftChanged) {
resizeEvent(nullptr);
_fadeAnimation->refreshCache();
}
}