mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
Fix for bug IPAL20731 (Clipping item is available in pop-up with multiple selection, but it works for one element only).
This commit is contained in:
parent
b84a36d5f7
commit
9514e6dbcf
@ -3056,7 +3056,7 @@ void SMESHGUI::initialize( CAM_Application* app )
|
|||||||
// Clipping
|
// Clipping
|
||||||
//-------------------------------------------------
|
//-------------------------------------------------
|
||||||
popupMgr()->insert( action( 1134 ), -1, -1 );
|
popupMgr()->insert( action( 1134 ), -1, -1 );
|
||||||
popupMgr()->setRule( action( 1134 ), aMeshInVTK + "&& isVisible", QtxPopupMgr::VisibleRule );
|
popupMgr()->setRule( action( 1134 ), aMeshInVTK + "&& selcount=1 && isVisible", QtxPopupMgr::VisibleRule );
|
||||||
|
|
||||||
popupMgr()->insert( separator(), -1, -1 );
|
popupMgr()->insert( separator(), -1, -1 );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user