mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-06 02:14:16 +05:00
Suppress mixing states of 'Free Edges' and 'Free Borders' controls in popup.
This commit is contained in:
parent
085713d32f
commit
8a3117c4fb
@ -2741,7 +2741,7 @@ void SMESHGUI::initialize( CAM_Application* app )
|
||||
|
||||
popupMgr()->insert( action( 6003 ), anId, -1 ); // FREE_BORDER
|
||||
popupMgr()->setRule( action( 6003 ), aMeshInVtkHasEdges, true );
|
||||
popupMgr()->setRule( action( 6003 ), "controlMode = 'eFreeEdges'", false );
|
||||
popupMgr()->setRule( action( 6003 ), "controlMode = 'eFreeBorders'", false );
|
||||
|
||||
popupMgr()->insert( action( 6001 ), anId, -1 ); // LENGTH
|
||||
popupMgr()->setRule( action( 6001 ), aMeshInVtkHasEdges, true );
|
||||
@ -2755,7 +2755,7 @@ void SMESHGUI::initialize( CAM_Application* app )
|
||||
|
||||
popupMgr()->insert( action( 6002 ), anId, -1 ); // FREE_EDGE
|
||||
popupMgr()->setRule( action( 6002 ), aMeshInVtkHasFaces, true );
|
||||
popupMgr()->setRule( action( 6002 ), "controlMode = 'eFreeBorders'", false );
|
||||
popupMgr()->setRule( action( 6002 ), "controlMode = 'eFreeEdges'", false );
|
||||
|
||||
popupMgr()->insert( action( 6018 ), anId, -1 ); // LENGTH_2D
|
||||
popupMgr()->setRule( action( 6018 ), aMeshInVtkHasFaces, true );
|
||||
|
Loading…
Reference in New Issue
Block a user