Improve the behavior of the feature "zoom out beyond of folio" : drag the scene is now more user-friendly

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5003 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2017-08-03 16:53:43 +00:00
parent f4f14ff4db
commit fec5c95682
4 changed files with 140 additions and 128 deletions

View File

@@ -83,7 +83,7 @@ class ElementView : public QGraphicsView {
// attributes
private:
ElementScene *scene_;
ElementScene *m_scene;
QString to_paste_in_area_;
int offset_paste_count_;
QPointF start_top_left_corner_;