mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-13 05:00:59 +00:00
Fix result value
svn-id: r17032
This commit is contained in:
parent
2b786cdc59
commit
e4bfdcaedd
@ -646,6 +646,7 @@ void ValueDisplayDialog::handleKeyDown(uint16 ascii, int keycode, int modifiers)
|
||||
_timer = getMillis() + kDisplayDelay;
|
||||
draw();
|
||||
} else {
|
||||
setResult(_value);
|
||||
close();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user