From 01d3f6d8219258cf48e643721589fad75779229a Mon Sep 17 00:00:00 2001 From: mkr Date: Tue, 12 Jul 2005 09:03:18 +0000 Subject: [PATCH] Fix for bug IPAL9213 : 3.0.0(/dn06/../current1506): CRASH after node addition to the dataflow in table view. --- src/GraphEditor/DataFlowEditor_DataFlow.lxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ; -- 2.39.2