From: dmv Date: Fri, 10 Sep 2010 06:18:59 +0000 (+0000) Subject: IPAL21950 WinTC5.1.4: incorrect selection of coordinate system in "2D Sketch Construc... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dc53fa88bfdb14655597edd87b36f4f90840fb04;p=modules%2Fgeom.git IPAL21950 WinTC5.1.4: incorrect selection of coordinate system in "2D Sketch Construction" dialog --- diff --git a/src/EntityGUI/EntityGUI_SketcherDlg.cxx b/src/EntityGUI/EntityGUI_SketcherDlg.cxx index 2895ea89f..a7b5e7367 100644 --- a/src/EntityGUI/EntityGUI_SketcherDlg.cxx +++ b/src/EntityGUI/EntityGUI_SketcherDlg.cxx @@ -1035,7 +1035,7 @@ void EntityGUI_SketcherDlg::ActivateThisDialog() //================================================================================= void EntityGUI_SketcherDlg::enterEvent( QEvent* ) { - if ( !MainWidget->GroupConstructors->isEnabled() ) + if ( !isEnabled() ) ActivateThisDialog(); }