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
1 changed files with 1 additions and 0 deletions

View File

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