2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

version 0.6.12 - local image cache, drafts, shared contact fix, some network fixes

This commit is contained in:
John Preston
2014-11-22 12:45:04 +03:00
parent 5d649f750b
commit f370e2b85d
51 changed files with 1760 additions and 375 deletions

View File

@@ -468,7 +468,6 @@ void MediaView::showPhoto(PhotoData *photo) {
_doc = 0;
_zoom = 0;
MTP::clearLoaderPriorities();
_photo->full->load();
_full = -1;
_current = QPixmap();
_down = OverNone;
@@ -490,6 +489,7 @@ void MediaView::showPhoto(PhotoData *photo) {
_width = _w;
_from = App::user(_photo->user);
updateControls();
_photo->full->load();
if (isHidden()) {
psUpdateOverlayed(this);
show();