disabled scrolling when scrollbar is invisible
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user