From: mkr Date: Thu, 15 Feb 2007 06:35:23 +0000 (+0000) Subject: Fix for bug NPAL14881 : In a loop with a MacroNode, states of nodes are wrong. X-Git-Tag: V3_2_6a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0e04c12816220571e23d44224da7c51a8b109235;p=modules%2Fsuperv.git Fix for bug NPAL14881 : In a loop with a MacroNode, states of nodes are wrong. --- diff --git a/src/SUPERVGUI/SUPERVGUI_Main.cxx b/src/SUPERVGUI/SUPERVGUI_Main.cxx index deb10c2..2411112 100644 --- a/src/SUPERVGUI/SUPERVGUI_Main.cxx +++ b/src/SUPERVGUI/SUPERVGUI_Main.cxx @@ -1594,6 +1594,7 @@ void SUPERVGUI_Thread::main_thread_run(SUPERV_CNode& aNode, SUPERV::GraphEvent& { // in case node "said" something during changing state through notification mechanism - output it myMain->syncNotification(); + myMain->sync(); // mkr : NPAL14881 // "kill" or undefined event came if (( aEvent == SUPERV::UndefinedEvent && aState == SUPERV::UndefinedState ) ||