mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
Bug PAL7334
DEVELOPMENT : Control Improvement
This commit is contained in:
parent
81b2a4c986
commit
7a20cb6635
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user