diff --git a/Subversion2/svn_console.cpp b/Subversion2/svn_console.cpp index 36cde714d0..955b9219f6 100644 --- a/Subversion2/svn_console.cpp +++ b/Subversion2/svn_console.cpp @@ -165,6 +165,8 @@ bool SvnConsole::Execute(const wxString& cmd, const wxString& workingDirectory, m_output.Clear(); m_handler = handler; + EnsureVisible(); + // Print the command? if (printCommand) AppendText(cmd + wxT("\n"));