]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
IPAL21950 WinTC5.1.4: incorrect selection of coordinate system in "2D Sketch Construc...
authordmv <dmv@opencascade.com>
Fri, 10 Sep 2010 06:18:59 +0000 (06:18 +0000)
committerdmv <dmv@opencascade.com>
Fri, 10 Sep 2010 06:18:59 +0000 (06:18 +0000)
src/EntityGUI/EntityGUI_SketcherDlg.cxx

index 2895ea89fba4ca17a3ba550cfcf819ac202beb30..a7b5e7367dbc1de6a13eccc1f8a79430e88eb5b0 100644 (file)
@@ -1035,7 +1035,7 @@ void EntityGUI_SketcherDlg::ActivateThisDialog()
 //=================================================================================
 void EntityGUI_SketcherDlg::enterEvent( QEvent* )
 {
-  if ( !MainWidget->GroupConstructors->isEnabled() )
+  if ( !isEnabled() )
     ActivateThisDialog();
 }