]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
#2271 'Fatal error' during sketching
authornds <nds@opencascade.com>
Mon, 9 Oct 2017 11:30:16 +0000 (14:30 +0300)
committernds <nds@opencascade.com>
Mon, 9 Oct 2017 11:30:16 +0000 (14:30 +0300)
open case_hdistance study, edit sketch. The conflicting constraints do not marked in black(conflicting) color.

src/PartSet/PartSet_OverconstraintListener.cpp

index ef25f1e9ab999154055fde5fcafa10f61a8a28fa..640af398ae868f252f563d34e61c89562c30fe6b 100755 (executable)
@@ -110,9 +110,9 @@ void PartSet_OverconstraintListener::getCustomColor(const ObjectPtr& theObject,
 void PartSet_OverconstraintListener::processEvent(
                                                  const std::shared_ptr<Events_Message>& 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;