mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-28 01:00:33 +05:00
0022777: [CEA 1291] Display the name of an object in the 3D View (edited)
This commit is contained in:
parent
cd24269e8c
commit
fa550f2017
@ -164,6 +164,7 @@ bool DisplayGUI::OnGUIEvent(int theCommandID, SUIT_Desktop* parent)
|
|||||||
break;
|
break;
|
||||||
case GEOMOp::OpVertices: // POPUP MENU - DISPLAY MODE - SHOW VERTICES
|
case GEOMOp::OpVertices: // POPUP MENU - DISPLAY MODE - SHOW VERTICES
|
||||||
ChangeDisplayMode( 5 );
|
ChangeDisplayMode( 5 );
|
||||||
|
break;
|
||||||
case GEOMOp::OpShowName: // POPUP MENU - DISPLAY MODE - SHOW NAME
|
case GEOMOp::OpShowName: // POPUP MENU - DISPLAY MODE - SHOW NAME
|
||||||
ChangeDisplayMode( 6 );
|
ChangeDisplayMode( 6 );
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user