mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
* Nuts.
This commit is contained in:
parent
2ea6b8b512
commit
8b5a40e2ed
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ void Field_KeyDownEvent( field_t *edit, int key ) {
|
|||
break;
|
||||
}
|
||||
|
||||
// Change scroll is cursor if no longer visible
|
||||
// Change scroll if cursor is no longer visible
|
||||
if ( edit->cursor < edit->scroll ) {
|
||||
edit->scroll = edit->cursor;
|
||||
} else if ( edit->cursor >= edit->scroll + edit->widthInChars && edit->cursor <= len ) {
|
||||
|
|
Loading…
Reference in a new issue