Salome HOME
[bos #35159][EDF] (2023-T1) Following commands in Python console. Fixed intermediate...
[modules/gui.git] / tools / PyConsole / src / PyConsole_Editor.cxx
index 3c597e7b620176c20c980b59f50f98b381f3acfd..e0e7f4a1a511c736bf2995c83eddabb78f67f6d0 100644 (file)
@@ -183,7 +183,7 @@ void PyConsole_Editor::init()
   myCmdInHistory = -1;
   myEventLoop = 0;
   myShowBanner = true;
-  myIsSync = true;
+  myIsSync = false;
   myIsSuppressOutput = false;
   myMultiLinePaste = false;
   myAutoCompletion = false;