mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 10:51:11 +00:00
WAGE: Fix cursor position at the scroll end
This commit is contained in:
parent
1b0d6a4304
commit
2c8922ed30
@ -433,7 +433,7 @@ void Gui::flowText(String &str) {
|
||||
_cursorX = kConHPadding;
|
||||
|
||||
if (_scrollPos)
|
||||
_cursorY = (_consoleNumLines) * _consoleLineHeight;
|
||||
_cursorY = (_consoleNumLines + 1) * _consoleLineHeight;
|
||||
else
|
||||
_cursorY = (_lines.size()) * _consoleLineHeight;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user