[Bf-blender-cvs] [569a203] master: GHOST: flush event printer output

Campbell Barton noreply at git.blender.org
Tue May 26 10:53:52 CEST 2015


Commit: 569a2035c7e450fd32c046768e045964a159a02b
Author: Campbell Barton
Date:   Tue May 26 18:51:51 2015 +1000
Branches: master
https://developer.blender.org/rB569a2035c7e450fd32c046768e045964a159a02b

GHOST: flush event printer output

===================================================================

M	intern/ghost/intern/GHOST_EventPrinter.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_EventPrinter.cpp b/intern/ghost/intern/GHOST_EventPrinter.cpp
index 4b7be84..f25f663 100644
--- a/intern/ghost/intern/GHOST_EventPrinter.cpp
+++ b/intern/ghost/intern/GHOST_EventPrinter.cpp
@@ -179,6 +179,9 @@ bool GHOST_EventPrinter::processEvent(GHOST_IEvent *event)
 			std::cout << "not found"; handled = false;
 			break;
 	}
+
+	std::cout.flush();
+
 	return handled;
 }




More information about the Bf-blender-cvs mailing list