From d208bba80af55e66c043be9293f30ad40e46ba36 Mon Sep 17 00:00:00 2001 From: vsv Date: Fri, 17 Apr 2015 18:51:44 +0300 Subject: [PATCH] Set checkable state for features --- src/NewGeom/NewGeom_Module.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } //****************************************************** -- 2.39.2