mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r14531) -Fix (r12425): OSK accessed wrong widgets of password query window.
This commit is contained in:
parent
ac281ed35c
commit
fd049f0a64
@ -1892,7 +1892,7 @@ struct NetworkCompanyPasswordWindow : public QueryStringBaseWindow {
|
||||
break;
|
||||
|
||||
case NCPWW_PASSWORD:
|
||||
ShowOnScreenKeyboard(this, NCPWW_PASSWORD, 2, 1);
|
||||
ShowOnScreenKeyboard(this, NCPWW_PASSWORD, NCPWW_CANCEL, NCPWW_OK);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user