Skip to content

Commit

Permalink
- Subversion2: the console is now always visible when an svn operatio…
Browse files Browse the repository at this point in the history
…n is starting

git-svn-id: https://codelite.svn.sourceforge.net/svnroot/codelite/trunk@3560 9da81c78-c036-0410-9e1f-a2b0375e4b5a
  • Loading branch information
eranif committed Dec 23, 2009
1 parent 8557ec2 commit e75d188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Subversion2/svn_console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit e75d188

Please sign in to comment.