From: nds Date: Fri, 30 Jan 2009 09:16:14 +0000 (+0000) Subject: A small correction from GUI_SRC branch BR_V5_DEV. X-Git-Tag: V2_0_0~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dbfe6f74a9f0fb052eeab92f391384c058d64e0f;p=modules%2Fgui.git A small correction from GUI_SRC branch BR_V5_DEV. --- 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