]> SALOME platform Git repositories - modules/superv.git/blobdiff - src/Supervision/Link_Impl.cxx
Salome HOME
Some calls to UnValid() was missing in case of editing of StreamGraphs, StreamLinks...
[modules/superv.git] / src / Supervision / Link_Impl.cxx
index 073d12f63d7a61ec02c89135eb8e67e8e323048f..9f9cb48fd1cb71994f6664f09d72825dac01d395 100644 (file)
@@ -114,6 +114,9 @@ bool Link_Impl::Delete() {
                                              _OutputParameterName ,
                                              _DataFlowNode->Name() ,
                                              _InputParameterName ) ;
+  if ( RetVal ) {
+    DataFlowEditor()->UnValid() ;
+  }
 //  endService( "Link_Impl::Delete" );
   return RetVal ;
 }