]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
Fix for bug IPAL9213 : 3.0.0(/dn06/../current1506): CRASH after node addition to...
authormkr <mkr@opencascade.com>
Tue, 12 Jul 2005 09:03:18 +0000 (09:03 +0000)
committermkr <mkr@opencascade.com>
Tue, 12 Jul 2005 09:03:18 +0000 (09:03 +0000)
src/GraphEditor/DataFlowEditor_DataFlow.lxx

index d69cc14cb8b51132539e79ba63fa16142586bcc7..e048755c5e0921662043f421db53a66067494586 100644 (file)
@@ -470,7 +470,7 @@ inline bool GraphEditor::DataFlow::IsReadOnly() {
 }
 
 inline long GraphEditor::DataFlow::LevelMax() {
-  if ( !IsValid( false ) ) {
+  if ( !IsValid() ) {
     return 0 ;
   }
   return Graph()->LevelMax() ;