From dbfe6f74a9f0fb052eeab92f391384c058d64e0f Mon Sep 17 00:00:00 2001 From: nds Date: Fri, 30 Jan 2009 09:16:14 +0000 Subject: [PATCH] A small correction from GUI_SRC branch BR_V5_DEV. --- src/PyConsole/PyConsole_Editor.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PyConsole/PyConsole_Editor.cxx b/src/PyConsole/PyConsole_Editor.cxx index af69ea1fb..449ac23ec 100644 --- a/src/PyConsole/PyConsole_Editor.cxx +++ b/src/PyConsole/PyConsole_Editor.cxx @@ -318,6 +318,8 @@ void PyConsole_Editor::exec( const QString& command ) myHistory.push_back( lines[i] ); addText( ( i == 0 ? READY_PROMPT : DOTS_PROMPT ) + lines[i], i != 0 ); } + // IPAL20182 + addText( "", true ); // set read-only mode setReadOnly( true ); // set busy cursor -- 2.39.2