2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 07:35:12 +00:00
This commit is contained in:
John Preston
2015-09-22 12:58:51 +03:00
3 changed files with 4 additions and 3 deletions

View File

@@ -1580,7 +1580,7 @@ void Window::notifyUpdateAllPhotos() {
(*i)->updatePeerPhoto();
}
}
if (_mediaView) _mediaView->updateControls();
if (_mediaView && !_mediaView->isHidden()) _mediaView->updateControls();
}
void Window::notifyUpdateAll() {