From dc53fa88bfdb14655597edd87b36f4f90840fb04 Mon Sep 17 00:00:00 2001 From: dmv Date: Fri, 10 Sep 2010 06:18:59 +0000 Subject: [PATCH] IPAL21950 WinTC5.1.4: incorrect selection of coordinate system in "2D Sketch Construction" dialog --- src/EntityGUI/EntityGUI_SketcherDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.39.2