From: abn Date: Thu, 25 Sep 2014 07:20:24 +0000 (+0200) Subject: Reverting to asynchronous Python console *in master branch* X-Git-Tag: V7_5_0a1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f47d7757c3ab520530ba58028c5f739c0e0523f3;p=modules%2Fgui.git Reverting to asynchronous Python console *in master branch* (doing tests in abn/paravis_rearch) --- 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( "" );