From: mpa Date: Mon, 9 Jun 2014 13:12:08 +0000 (+0400) Subject: fixed a problem X-Git-Tag: V7_5_0a1~50^2~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=874cf01c2a5def5528eb2ee3aab64cb1f8be5c05;p=modules%2Fgeom.git fixed a problem --- diff --git a/src/GEOMToolsGUI/GEOMToolsGUI.cxx b/src/GEOMToolsGUI/GEOMToolsGUI.cxx index 62f145411..2d730a09d 100644 --- a/src/GEOMToolsGUI/GEOMToolsGUI.cxx +++ b/src/GEOMToolsGUI/GEOMToolsGUI.cxx @@ -422,9 +422,10 @@ bool GEOMToolsGUI::OnGUIEvent(int theCommandID, SUIT_Desktop* parent) break; case GEOMOp::OpSortChildren: OnSortChildren(); + break; case GEOMOp::OpShowDependencyTree: OnShowDependencyTree(); - break; + break; default: SUIT_Session::session()->activeApplication()->putInfo(tr("GEOM_PRP_COMMAND").arg(theCommandID)); break;