From f47d7757c3ab520530ba58028c5f739c0e0523f3 Mon Sep 17 00:00:00 2001 From: abn Date: Thu, 25 Sep 2014 09:20:24 +0200 Subject: [PATCH] Reverting to asynchronous Python console *in master branch* (doing tests in abn/paravis_rearch) --- 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 46dc368ca..29c8d1ade 100644 --- a/src/PyConsole/PyConsole_Editor.cxx +++ b/src/PyConsole/PyConsole_Editor.cxx @@ -163,7 +163,7 @@ PyConsole_Editor::PyConsole_Editor( PyConsole_Interp* theInterp, myCmdInHistory( -1 ), myEventLoop( 0 ), myShowBanner( true ), - myIsSync( true ), + myIsSync( false ), myIsSuppressOutput( false ) { QString fntSet( "" ); -- 2.39.2