fixed a problem

This commit is contained in:
mpa 2014-06-09 17:12:08 +04:00
parent 9bfbab427c
commit 874cf01c2a

View File

@ -422,6 +422,7 @@ bool GEOMToolsGUI::OnGUIEvent(int theCommandID, SUIT_Desktop* parent)
break;
case GEOMOp::OpSortChildren:
OnSortChildren();
break;
case GEOMOp::OpShowDependencyTree:
OnShowDependencyTree();
break;