From 83855ea837bef19337db184427e50c70df085042 Mon Sep 17 00:00:00 2001 From: abn Date: Fri, 26 Sep 2014 14:51:27 +0200 Subject: [PATCH] Switching console to synchronous mode. --- src/PyConsole/PyConsole_Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PyConsole/PyConsole_Editor.cxx b/src/PyConsole/PyConsole_Editor.cxx index 300915c70..66aaf5b9b 100644 --- a/src/PyConsole/PyConsole_Editor.cxx +++ b/src/PyConsole/PyConsole_Editor.cxx @@ -169,7 +169,7 @@ PyConsole_Editor::PyConsole_Editor( PyConsole_Interp* theInterp, myCmdInHistory( -1 ), myEventLoop( 0 ), myShowBanner( true ), - myIsSync( false ), + myIsSync( true ), myIsSuppressOutput( false ) { QString fntSet( "" ); -- 2.39.2