X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI.cxx;h=723aec577c2289779ab6e195c911d3bcea7f1c85;hb=064a124120a53ac96aaba2b8fab28eae2ed72801;hp=effeeb30d40cc7c5a7c929e6bf168c623ae76fe1;hpb=85c0f447729c6ed2f90d83051d79a4d308596a2e;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index effeeb30d..723aec577 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -3107,7 +3107,7 @@ void SMESHGUI::initialize( CAM_Application* app ) // Clipping //------------------------------------------------- popupMgr()->insert( action( 1134 ), -1, -1 ); - popupMgr()->setRule( action( 1134 ), aMeshInVTK + "&& isVisible", true ); + popupMgr()->setRule( action( 1134 ), aMeshInVTK + "&& selcount=1 && isVisible", true ); popupMgr()->insert( separator(), -1, -1 );