mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-25 04:10:34 +05:00
fixed a problem
This commit is contained in:
parent
9bfbab427c
commit
874cf01c2a
@ -422,9 +422,10 @@ bool GEOMToolsGUI::OnGUIEvent(int theCommandID, SUIT_Desktop* parent)
|
|||||||
break;
|
break;
|
||||||
case GEOMOp::OpSortChildren:
|
case GEOMOp::OpSortChildren:
|
||||||
OnSortChildren();
|
OnSortChildren();
|
||||||
|
break;
|
||||||
case GEOMOp::OpShowDependencyTree:
|
case GEOMOp::OpShowDependencyTree:
|
||||||
OnShowDependencyTree();
|
OnShowDependencyTree();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
SUIT_Session::session()->activeApplication()->putInfo(tr("GEOM_PRP_COMMAND").arg(theCommandID));
|
SUIT_Session::session()->activeApplication()->putInfo(tr("GEOM_PRP_COMMAND").arg(theCommandID));
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user