mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-26 12:33:43 +01:00
Disable element force-focusing
This commit is contained in:
parent
084103b105
commit
0f90a84d95
2
init.lua
2
init.lua
@ -1287,7 +1287,7 @@ local function make_fs(data)
|
|||||||
fs(fmt("bg9", 0, 0, _ROWS, LINES + 1.7, PNG.bg_full, 10))
|
fs(fmt("bg9", 0, 0, _ROWS, LINES + 1.7, PNG.bg_full, 10))
|
||||||
|
|
||||||
fs(sprintf([[
|
fs(sprintf([[
|
||||||
set_focus[filter;true]
|
set_focus[filter]
|
||||||
field[0.2,0.2;3.5,0.6;filter;;%s]
|
field[0.2,0.2;3.5,0.6;filter;;%s]
|
||||||
field_close_on_enter[filter;false]
|
field_close_on_enter[filter;false]
|
||||||
box[0.2,0.2;3.5,0.6;#bababa25]
|
box[0.2,0.2;3.5,0.6;#bababa25]
|
||||||
|
Loading…
Reference in New Issue
Block a user