mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
parent
fbf74dc524
commit
01b3f26c7b
1 changed files with 1 additions and 1 deletions
|
@ -1424,7 +1424,7 @@ void GUIFormSpecMenu::createTextField(parserData *data, FieldSpec &spec,
|
||||||
if (!is_editable && !is_multiline) {
|
if (!is_editable && !is_multiline) {
|
||||||
// spec field id to 0, this stops submit searching for a value that isn't there
|
// spec field id to 0, this stops submit searching for a value that isn't there
|
||||||
gui::StaticText::add(Environment, spec.flabel.c_str(), rect, false, true,
|
gui::StaticText::add(Environment, spec.flabel.c_str(), rect, false, true,
|
||||||
this, spec.fid);
|
this, 0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue