From: abn Date: Fri, 26 Sep 2014 12:51:27 +0000 (+0200) Subject: Switching console to synchronous mode. X-Git-Tag: V7_5_0b1~25^2~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=83855ea837bef19337db184427e50c70df085042;p=modules%2Fgui.git Switching console to synchronous mode. --- 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( "" );