From: apo Date: Tue, 28 Dec 2004 06:06:40 +0000 (+0000) Subject: Bug PAL7334 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7a20cb663517e23f44a98e21ad42daea28cd238c;p=modules%2Fsmesh.git Bug PAL7334 DEVELOPMENT : Control Improvement --- diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 453dda9b9..0c6049cab 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -2499,11 +2499,11 @@ bool SMESHGUI::CustomPopup(QAD_Desktop* parent, QPopupMenu* popup, const QString TVisualObjPtr aVisualObj = anActor->GetObject(); if(aNbEdges == 0){ mi->popup()->removeItem( 6001 ); - mi->popup()->removeItem( 6018 ); mi->popup()->removeItem( 6003 ); mi->popup()->removeItem( 6004 ); } if(aNbFaces == 0){ + mi->popup()->removeItem( 6018 ); mi->popup()->removeItem( 6002 ); mi->popup()->removeItem( 6011 ); mi->popup()->removeItem( 6012 );