internal 20637: update desktop actions when Sketch dialog box is closed.

This commit is contained in:
vsr 2008-11-12 14:34:40 +00:00
parent 859c4bcf7d
commit e4b4b1c162

View File

@ -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 );
}