mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 18:30:36 +05:00
IPAL21950 WinTC5.1.4: incorrect selection of coordinate system in "2D Sketch Construction" dialog
This commit is contained in:
parent
cf9bc1deb6
commit
dc53fa88bf
@ -1035,7 +1035,7 @@ void EntityGUI_SketcherDlg::ActivateThisDialog()
|
||||
//=================================================================================
|
||||
void EntityGUI_SketcherDlg::enterEvent( QEvent* )
|
||||
{
|
||||
if ( !MainWidget->GroupConstructors->isEnabled() )
|
||||
if ( !isEnabled() )
|
||||
ActivateThisDialog();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user