mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 04:33:09 +00:00
SCUMM: MACGUI: Make Indy3 Save dialog EditText widget pixel accurate
This commit is contained in:
parent
ca73d4352e
commit
fd632752e2
@ -2985,6 +2985,10 @@ MacGui::MacDialogWindow *MacGui::createDialog(int dialogId) {
|
||||
case 16:
|
||||
{
|
||||
// Editable text
|
||||
|
||||
// Adjust for pixel accuracy...
|
||||
r.left -= 1;
|
||||
|
||||
MacGui::MacEditText *editText = window->addEditText(r, "Game file", enabled);
|
||||
editText->selectAll();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user