From 0e04c12816220571e23d44224da7c51a8b109235 Mon Sep 17 00:00:00 2001 From: mkr Date: Thu, 15 Feb 2007 06:35:23 +0000 Subject: [PATCH] Fix for bug NPAL14881 : In a loop with a MacroNode, states of nodes are wrong. --- src/SUPERVGUI/SUPERVGUI_Main.cxx | 1 + 1 file changed, 1 insertion(+) 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 ) || -- 2.39.2