stand/lua: Addres style.lua(9) concern
This commit is contained in:
parent
4a4fb4f8d6
commit
ddb76e073e
@ -170,7 +170,7 @@ function drawer.drawmenu(m)
|
||||
-- Allow menu items to be conditionally visible by specifying
|
||||
-- a visible function.
|
||||
if (e.visible ~= nil) and (not e.visible()) then
|
||||
goto continue
|
||||
goto continue;
|
||||
end
|
||||
if (e.entry_type ~= core.MENU_SEPARATOR) then
|
||||
entry_num = entry_num + 1;
|
||||
|
Loading…
Reference in New Issue
Block a user