mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-01 04:10:34 +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* )
|
void EntityGUI_SketcherDlg::enterEvent( QEvent* )
|
||||||
{
|
{
|
||||||
if ( !MainWidget->GroupConstructors->isEnabled() )
|
if ( !isEnabled() )
|
||||||
ActivateThisDialog();
|
ActivateThisDialog();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user