From 4eca4a4d390bbf2a46de9fb70ad08e06fb77f89e Mon Sep 17 00:00:00 2001 From: nds Date: Mon, 9 Oct 2017 14:30:16 +0300 Subject: [PATCH] #2271 'Fatal error' during sketching open case_hdistance study, edit sketch. The conflicting constraints do not marked in black(conflicting) color. --- src/PartSet/PartSet_OverconstraintListener.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PartSet/PartSet_OverconstraintListener.cpp b/src/PartSet/PartSet_OverconstraintListener.cpp index ef25f1e9a..640af398a 100755 --- a/src/PartSet/PartSet_OverconstraintListener.cpp +++ b/src/PartSet/PartSet_OverconstraintListener.cpp @@ -110,9 +110,9 @@ void PartSet_OverconstraintListener::getCustomColor(const ObjectPtr& theObject, void PartSet_OverconstraintListener::processEvent( const std::shared_ptr& theMessage) { - // #2271 open document: if sketch has confilcting elements, solver sends message with the elements - // by opening the document. Sketch is not active, but an internal container should be updated. - // So, we should not check whether the listener is active here + // #2271 open document: if sketch has confilcting elements, solver sends message with the + // elements by opening the document. Sketch is not active, but an internal container should + // be updated. So, we should not check whether the listener is active here //if (!myIsActive) // return; -- 2.30.2