]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Reverting to asynchronous Python console *in master branch*
authorabn <adrien.bruneton@cea.fr>
Thu, 25 Sep 2014 07:20:24 +0000 (09:20 +0200)
committerabn <adrien.bruneton@cea.fr>
Thu, 25 Sep 2014 07:20:24 +0000 (09:20 +0200)
(doing tests in abn/paravis_rearch)

src/PyConsole/PyConsole_Editor.cxx

index 46dc368ca606f830b0b217c981e8f91e7c7b1ed5..29c8d1ade656e92f2b9b74a7834035daaa5a82ea 100644 (file)
@@ -163,7 +163,7 @@ PyConsole_Editor::PyConsole_Editor( PyConsole_Interp* theInterp,
   myCmdInHistory( -1 ),
   myEventLoop( 0 ),
   myShowBanner( true ),
-  myIsSync( true ),
+  myIsSync( false ),
   myIsSuppressOutput( false )
 {
   QString fntSet( "" );