From 27db1ec1ab6a8cda55f0730549855d09ab2629e8 Mon Sep 17 00:00:00 2001 From: abn Date: Fri, 19 Sep 2014 15:33:59 +0200 Subject: [PATCH] Python console needs to be synchronized for ParaView scripting commands to work properly from within the SALOME embedded console. --- 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 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( "" ); -- 2.39.2