From: mzn Date: Wed, 24 Dec 2008 08:11:16 +0000 (+0000) Subject: Fix for bug IPAL20731 (Clipping item is available in pop-up with multiple selection... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f06326567194495efd903ebc240c9859d68d1095;p=modules%2Fsmesh.git Fix for bug IPAL20731 (Clipping item is available in pop-up with multiple selection, but it works for one element only). --- diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 7b65aef33..6b962be03 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -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 );