mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 21:10:32 +05:00
Rollback previous wrong integration, restore improvement 0018239 implementation
This commit is contained in:
parent
78fb42dc3e
commit
666430da4f
@ -2972,6 +2972,8 @@ void SMESHGUI::initialize( CAM_Application* app )
|
||||
// popup for object browser
|
||||
|
||||
createPopupItem( 150, OB, mesh, "&& selcount=1 && isImported" ); // FILE INFORMATION
|
||||
createPopupItem( 703, OB, mesh, "&& isComputable"); // CREATE_SUBMESH
|
||||
//createPopupItem( 703, OB, subMesh, "&& isComputable" ); // CREATE_SUBMESH
|
||||
createPopupItem( 704, OB, mesh, "&& isComputable"); // EDIT_MESHSUBMESH
|
||||
createPopupItem( 704, OB, subMesh, "&& isComputable" ); // EDIT_MESHSUBMESH
|
||||
createPopupItem( 803, OB, group ); // EDIT_GROUP
|
||||
|
Loading…
Reference in New Issue
Block a user