From 1415276ab954e686026d88c8cf65812d16134f48 Mon Sep 17 00:00:00 2001 From: nds Date: Tue, 24 Jun 2014 21:01:13 +0400 Subject: [PATCH] refs #80 - Sketch base GUI: create/draw point, circle and arc Parallel and perpedicular of line features. --- src/PartSet/PartSet_OperationFeatureCreate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PartSet/PartSet_OperationFeatureCreate.cpp b/src/PartSet/PartSet_OperationFeatureCreate.cpp index 43b841bca..ec146ba79 100644 --- a/src/PartSet/PartSet_OperationFeatureCreate.cpp +++ b/src/PartSet/PartSet_OperationFeatureCreate.cpp @@ -63,9 +63,9 @@ bool PartSet_OperationFeatureCreate::canProcessKind(const std::string& theId) theId == SKETCH_ARC_KIND || theId == SKETCH_CONSTRAINT_DISTANCE_KIND || theId == SKETCH_CONSTRAINT_LENGTH_KIND || - theId == SKETCH_CONSTRAINT_RADIUS_KIND /*|| + theId == SKETCH_CONSTRAINT_RADIUS_KIND || theId == SKETCH_CONSTRAINT_PARALLEL_KIND || - theId == SKETCH_CONSTRAINT_PERPENDICULAR_KIND*/; + theId == SKETCH_CONSTRAINT_PERPENDICULAR_KIND; } bool PartSet_OperationFeatureCreate::canBeCommitted() const -- 2.39.2