mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
internal 20637: update desktop actions when Sketch dialog box is closed.
This commit is contained in:
parent
859c4bcf7d
commit
e4b4b1c162
@ -1033,6 +1033,7 @@ void EntityGUI_SketcherDlg::closeEvent(QCloseEvent* e)
|
||||
{
|
||||
//myGeometryGUI->SetState( -1 );
|
||||
disconnect(myGeometryGUI->getApp()->selectionMgr(), 0, this, 0);
|
||||
myGeometryGUI->getApp()->updateActions();
|
||||
QDialog::closeEvent( e );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user