From: mkr Date: Tue, 12 Jul 2005 09:03:18 +0000 (+0000) Subject: Fix for bug IPAL9213 : 3.0.0(/dn06/../current1506): CRASH after node addition to... X-Git-Tag: current25072005~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=01d3f6d8219258cf48e643721589fad75779229a;p=modules%2Fsuperv.git Fix for bug IPAL9213 : 3.0.0(/dn06/../current1506): CRASH after node addition to the dataflow in table view. --- diff --git a/src/GraphEditor/DataFlowEditor_DataFlow.lxx b/src/GraphEditor/DataFlowEditor_DataFlow.lxx index d69cc14..e048755 100644 --- a/src/GraphEditor/DataFlowEditor_DataFlow.lxx +++ b/src/GraphEditor/DataFlowEditor_DataFlow.lxx @@ -470,7 +470,7 @@ inline bool GraphEditor::DataFlow::IsReadOnly() { } inline long GraphEditor::DataFlow::LevelMax() { - if ( !IsValid( false ) ) { + if ( !IsValid() ) { return 0 ; } return Graph()->LevelMax() ;