]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
A small correction from GUI_SRC branch BR_V5_DEV.
authornds <nds@opencascade.com>
Fri, 30 Jan 2009 09:16:14 +0000 (09:16 +0000)
committernds <nds@opencascade.com>
Fri, 30 Jan 2009 09:16:14 +0000 (09:16 +0000)
src/PyConsole/PyConsole_Editor.cxx

index af69ea1fb31bbcbf9e5118286f0a146663a992ed..449ac23ec230254ec984b24d5f2ee38deb96ee48 100644 (file)
@@ -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