mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Fix Android build, but there is a remaining linking issue in guiConfirmRegistration
* Also fix variable name overloading in guiConfirmRegistration
This commit is contained in:
parent
22a891a925
commit
a1c5a01142
4 changed files with 31 additions and 20 deletions
|
@ -1039,7 +1039,7 @@ void GUIFormSpecMenu::createTextField(parserData *data, FieldSpec &spec,
|
|||
}
|
||||
|
||||
if (e) {
|
||||
if (is_editable && spec.fname == data->focused_fieldname)
|
||||
if (is_editable && spec.fname == data->focused_fieldname)
|
||||
Environment->setFocus(e);
|
||||
|
||||
if (is_multiline) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue