From: abn Date: Fri, 19 Sep 2014 13:33:59 +0000 (+0200) Subject: Python console needs to be synchronized for ParaView scripting commands X-Git-Tag: V7_5_0a1~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=27db1ec1ab6a8cda55f0730549855d09ab2629e8;p=modules%2Fgui.git Python console needs to be synchronized for ParaView scripting commands to work properly from within the SALOME embedded console. --- diff --git a/src/PyConsole/PyConsole_Editor.cxx b/src/PyConsole/PyConsole_Editor.cxx index 29c8d1ade..46dc368ca 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( false ), + myIsSync( true ), myIsSuppressOutput( false ) { QString fntSet( "" );