X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FVISUGUI%2FVisuGUI.cxx;h=bd5497082d3736d18df5a6964ec67d6e0e6a9b6f;hb=e06b3be4e520297f03ab80652819d4ecf0037978;hp=0377e2866ea41af07ab6d3aa2e63483b5c2e96c7;hpb=20c06364dfa606253b32348d2dcb85dbe5319e8f;p=modules%2Fvisu.git diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 0377e286..bd549708 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -2796,8 +2796,8 @@ VisuGUI tr("MEN_EDGE_COLOR"), "", 0, aParent, false, this, SLOT(OnChangeWireframeColor())); - createAction( VISU_OPACITY, tr("MEN_OPACITY"), QIcon(), - tr("MEN_OPACITY"), "", 0, aParent, false, + createAction( VISU_OPACITY, tr("MEN_TRANSPARENCY"), QIcon(), + tr("MEN_TRANSPARENCY"), "", 0, aParent, false, this, SLOT(OnChangeOpacity())); createAction( VISU_LINE_WIDTH, tr("MEN_LINE_WIDTH"), QIcon(), @@ -3693,7 +3693,7 @@ VisuGUI action(VISU_RENAME )->setEnabled(true); // Rename: Key_F2 ((VisuGUI_ClippingPanel*) myPanels[ClippingPlanesPanelId])->init(); - + GetVisuGen( this )->GetClippingPlaneMgr().SetStudy(GetCStudy(dynamic_cast(theStudy)),true); emit moduleActivated(); return aResult;