mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
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:
@@ -49,7 +49,7 @@ class DiagramView : public QGraphicsView
|
||||
|
||||
// attributes
|
||||
|
||||
Diagram *scene;
|
||||
Diagram *m_scene;
|
||||
DVEventInterface *m_event_interface;
|
||||
QMenu *context_menu;
|
||||
QAction *paste_here;
|
||||
@@ -66,7 +66,7 @@ class DiagramView : public QGraphicsView
|
||||
void addRow();
|
||||
void removeRow();
|
||||
/// @return the diagram rendered by this view
|
||||
Diagram *diagram() { return(scene); }
|
||||
Diagram *diagram() { return(m_scene); }
|
||||
QETDiagramEditor *diagramEditor() const;
|
||||
bool hasSelectedItems();
|
||||
bool hasCopiableItems();
|
||||
|
||||
Reference in New Issue
Block a user