]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Initialisation of myAcceptMoveEvent DIAGRAM_0_1
authorouv <ouv@opencascade.com>
Fri, 28 Jan 2011 12:38:28 +0000 (12:38 +0000)
committerouv <ouv@opencascade.com>
Fri, 28 Jan 2011 12:38:28 +0000 (12:38 +0000)
src/GraphicsView/GraphicsView_ViewPort.cxx

index 18bfa5f5016640a6e055cd81ee1bcceb63ad05ec..71f3ac13c1cc4fea4ea3759ad85adc4cc8d70f74 100644 (file)
@@ -56,7 +56,12 @@ QCursor* GraphicsView_ViewPort::zoomCursor = 0;
 class GraphicsView_ViewPort::NameLabel : public QLabel
 {
 public:
-  NameLabel( QWidget* theParent ) : QLabel( theParent ) {}
+  NameLabel( QWidget* theParent ) 
+    : 
+  QLabel( theParent ),
+  myAcceptMoveEvents( false )
+  {
+  }
   ~NameLabel() {}
 
   void setAcceptMoveEvents( bool theFlag )