Salome HOME
Python console needs to be synchronized for ParaView scripting commands
[modules/gui.git] / src / PyConsole / PyConsole_Editor.cxx
index 29c8d1ade656e92f2b9b74a7834035daaa5a82ea..46dc368ca606f830b0b217c981e8f91e7c7b1ed5 100644 (file)
@@ -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( "" );