Salome HOME
fixed a problem
authormpa <mpa@opencascade.com>
Mon, 9 Jun 2014 13:12:08 +0000 (17:12 +0400)
committermpa <mpa@opencascade.com>
Mon, 9 Jun 2014 13:12:08 +0000 (17:12 +0400)
src/GEOMToolsGUI/GEOMToolsGUI.cxx

index 62f1454116d2579be534422ab434d99e20194721..2d730a09d5f15e0e6cceb418638b027d5a9031ff 100644 (file)
@@ -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;