mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
PAL13312 (EDF262 SMESH mesh concatenation operation needed):
move "Build compound" menu and toolbar button
This commit is contained in:
parent
122146abd2
commit
9f080256d8
@ -2485,11 +2485,10 @@ void SMESHGUI::initialize( CAM_Application* app )
|
||||
createMenu( 702, meshId, -1 );
|
||||
createMenu( 703, meshId, -1 );
|
||||
createMenu( 704, meshId, -1 );
|
||||
createMenu( 710, meshId, -1 );
|
||||
createMenu( separator(), meshId, -1 );
|
||||
createMenu( 701, meshId, -1 );
|
||||
createMenu( separator(), meshId, -1 );
|
||||
createMenu( 710, meshId, -1 );
|
||||
createMenu( separator(), meshId, -1 );
|
||||
createMenu( 801, meshId, -1 );
|
||||
createMenu( 802, meshId, -1 );
|
||||
createMenu( 803, meshId, -1 );
|
||||
@ -2578,11 +2577,10 @@ void SMESHGUI::initialize( CAM_Application* app )
|
||||
createTool( 702, meshTb );
|
||||
createTool( 703, meshTb );
|
||||
createTool( 704, meshTb );
|
||||
createTool( 710, meshTb );
|
||||
createTool( separator(), meshTb );
|
||||
createTool( 701, meshTb );
|
||||
createTool( separator(), meshTb );
|
||||
createTool( 710, meshTb );
|
||||
createTool( separator(), meshTb );
|
||||
createTool( 801, meshTb );
|
||||
createTool( 802, meshTb );
|
||||
createTool( 803, meshTb );
|
||||
|
Loading…
Reference in New Issue
Block a user