From 342e2b041c468ebc85e5d6cffc9b69cdcec2429c Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 30 Oct 2014 11:11:41 +0300 Subject: [PATCH] Added comment --- src/ModuleBase/ModuleBase_Operation.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ModuleBase/ModuleBase_Operation.cpp b/src/ModuleBase/ModuleBase_Operation.cpp index 896da097e..5ffb8b760 100644 --- a/src/ModuleBase/ModuleBase_Operation.cpp +++ b/src/ModuleBase/ModuleBase_Operation.cpp @@ -29,6 +29,9 @@ #include +#include +#include + #ifdef _DEBUG #include #endif @@ -256,6 +259,9 @@ bool ModuleBase_Operation::activateByPreselection() aPrs = (*aPIt); ModuleBase_WidgetValueFeature aValue; aValue.setObject(aPrs.object()); + // Check if the selection has a selected point + // for today it is impossible to do because + // the selected point demands convertation to Sketch plane 2d if (!aWgt->setValue(&aValue)) break; } -- 2.39.2