]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
Fix for bug NPAL14881 : In a loop with a MacroNode, states of nodes are wrong.
authormkr <mkr@opencascade.com>
Thu, 15 Feb 2007 06:35:23 +0000 (06:35 +0000)
committermkr <mkr@opencascade.com>
Thu, 15 Feb 2007 06:35:23 +0000 (06:35 +0000)
src/SUPERVGUI/SUPERVGUI_Main.cxx

index deb10c225b75f7c71673565ef46322a0fa32e286..2411112805e0d883adb9f0064a828b529983fd9b 100644 (file)
@@ -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 ) ||