mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Added an update of the toolbar after the Rename operation.
This commit is contained in:
parent
2907b7dd39
commit
d7ed319c3f
@ -207,6 +207,8 @@ void GEOMToolsGUI::OnRename()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
app->updateActions(); //SRN: To update a Save button in the toolbar
|
||||
}
|
||||
|
||||
void GEOMToolsGUI::OnCheckGeometry()
|
||||
@ -270,6 +272,8 @@ void GEOMToolsGUI::OnColor()
|
||||
} // if ( selection not empty )
|
||||
}
|
||||
}
|
||||
|
||||
app->updateActions(); //SRN: To update a Save button in the toolbar
|
||||
}
|
||||
|
||||
void GEOMToolsGUI::OnTransparency()
|
||||
|
Loading…
Reference in New Issue
Block a user