fix the bug when drag a image item

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2450 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2013-08-24 15:32:07 +00:00
parent 0b9adb77d5
commit 6ba45839ed
2 changed files with 9 additions and 3 deletions

View File

@@ -81,5 +81,6 @@ class DiagramImageItem : public QObject, public QGraphicsPixmapItem {
private:
bool first_move_;
QPointF mouse_to_origin_movement_;
};
#endif