Fix bug #2621207 "GUI: Debug console glitch".

svn-id: r39128
This commit is contained in:
Johannes Schickel 2009-03-04 12:28:23 +00:00
parent b594af5389
commit 7270c87919

View File

@ -663,6 +663,7 @@ void ConsoleDialog::scrollToCurrent() {
} else if (line > _scrollLine) {
_scrollLine = line;
updateScrollBuffer();
draw();
}
}