2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

some photo viewer fixes

This commit is contained in:
John Preston
2014-08-17 11:37:24 +04:00
parent 0a69ed37da
commit c6423c0b65
4 changed files with 17 additions and 10 deletions

View File

@@ -84,7 +84,7 @@ private:
int32 _maxWidth, _maxHeight, _x, _y, _w;
QPixmap _current;
bool _full;
int32 _full; // -1 - thumb, 0 - medium, 1 - full
History *_history; // if conversation photos overview
PeerData *_peer;