IPAL21950 WinTC5.1.4: incorrect selection of coordinate system in "2D Sketch Construction" dialog

This commit is contained in:
dmv 2010-09-10 06:18:59 +00:00
parent cf9bc1deb6
commit dc53fa88bf

View File

@ -1035,7 +1035,7 @@ void EntityGUI_SketcherDlg::ActivateThisDialog()
//=================================================================================
void EntityGUI_SketcherDlg::enterEvent( QEvent* )
{
if ( !MainWidget->GroupConstructors->isEnabled() )
if ( !isEnabled() )
ActivateThisDialog();
}