fixed notebookpagedroppreview animation

This commit is contained in:
fourtf
2017-01-26 09:26:18 +01:00
parent d012aa922d
commit a5e7ef9980
5 changed files with 54 additions and 30 deletions
+3
View File
@@ -17,8 +17,11 @@ public:
protected:
void paintEvent(QPaintEvent *);
void hideEvent(QHideEvent *);
QPropertyAnimation positionAnimation;
QRect desiredGeometry;
bool animate;
};
}
}