Salome HOME
Switching console to synchronous mode.
authorabn <adrien.bruneton@cea.fr>
Fri, 26 Sep 2014 12:51:27 +0000 (14:51 +0200)
committerabn <adrien.bruneton@cea.fr>
Fri, 26 Sep 2014 12:51:27 +0000 (14:51 +0200)
src/PyConsole/PyConsole_Editor.cxx

index 300915c70af1ed2098ebefdb08b1874f5b7db456..66aaf5b9b72b12f3e4cf30ad04dbc512a2cfa989 100644 (file)
@@ -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( "" );