mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 18:18:34 +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
8f435fe2b4
commit
f063265671
@ -3083,7 +3083,7 @@ void SMESHGUI::initialize( CAM_Application* app )
|
||||
// Clipping
|
||||
//-------------------------------------------------
|
||||
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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user