Salome HOME
Fix for bug IPAL9818 : Dataflow nodes have "No status" statuses during dataflow execu...
authormkr <mkr@opencascade.com>
Mon, 21 Nov 2005 07:54:41 +0000 (07:54 +0000)
committermkr <mkr@opencascade.com>
Mon, 21 Nov 2005 07:54:41 +0000 (07:54 +0000)
src/GraphEditor/DataFlowEditor_DataFlow.lxx

index 38bf1ab629e7b871c8d4c11622119b7a1554d9f8..d793893356a2a37d6ac40595f2b95d579c680252 100644 (file)
@@ -327,7 +327,7 @@ inline bool GraphEditor::DataFlow::ChangeLinkCoord(
                          const int index ,
                          const int X ,
                          const int Y ) {
-  _EditedAfterExecution = true ;
+  //_EditedAfterExecution = true ; // mkr : fix for bug IPAL9818
   return GraphEditor::OutNode::ChangeLinkCoord( FromNodeName ,
                                                 FromServiceParameterName ,
                                                 ToNodeName ,