disabled scrolling when scrollbar is invisible

This commit is contained in:
fourtf
2017-02-06 18:31:25 +01:00
parent 33ba35471f
commit 5673efa0db
4 changed files with 41 additions and 32 deletions
+2 -1
View File
@@ -95,12 +95,13 @@ public:
private:
struct FrameData {
QPixmap *image;
float duration;
int duration;
};
QPixmap *currentPixmap;
std::vector<FrameData> allFrames;
int currentFrame;
int currentFrameOffset;
QString url;
QString name;