From 42807365a2239055e4bcdb570ff594e9eedbb6ec Mon Sep 17 00:00:00 2001 From: vsv Date: Tue, 1 Jul 2014 11:51:38 +0400 Subject: [PATCH] Restore default value --- src/PartSet/PartSet_Module.cpp | 2 +- src/SketchPlugin/plugin-Sketch.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PartSet/PartSet_Module.cpp b/src/PartSet/PartSet_Module.cpp index 2d43a2f13..50c0de49d 100644 --- a/src/PartSet/PartSet_Module.cpp +++ b/src/PartSet/PartSet_Module.cpp @@ -524,6 +524,6 @@ void PartSet_Module::onStorePoint2D(FeaturePtr theFeature, const std::string& th bool PartSet_Module::isFeatureEnabled(const QString& theCmdId) const { - qDebug("### isFeatureEnabled %s", qPrintable(theCmdId)); + //qDebug("### isFeatureEnabled %s", qPrintable(theCmdId)); return true; } diff --git a/src/SketchPlugin/plugin-Sketch.xml b/src/SketchPlugin/plugin-Sketch.xml index 16862fa24..6c320ee71 100644 --- a/src/SketchPlugin/plugin-Sketch.xml +++ b/src/SketchPlugin/plugin-Sketch.xml @@ -14,7 +14,7 @@ - + -- 2.39.2