From: vsv Date: Fri, 17 Apr 2015 15:51:44 +0000 (+0300) Subject: Set checkable state for features X-Git-Tag: V_1.1.0~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d208bba80af55e66c043be9293f30ad40e46ba36;p=modules%2Fshaper.git Set checkable state for features --- diff --git a/src/NewGeom/NewGeom_Module.cpp b/src/NewGeom/NewGeom_Module.cpp index 6e27289e3..cddf1a2a0 100644 --- a/src/NewGeom/NewGeom_Module.cpp +++ b/src/NewGeom/NewGeom_Module.cpp @@ -341,7 +341,8 @@ QAction* NewGeom_Module::addFeature(const QString& theWBName, const ActionInfo& theInfo.text, theInfo.toolTip, theInfo.icon, - theInfo.shortcut); + theInfo.shortcut, + theInfo.checkable); } //******************************************************