This commit is contained in:
2026-05-21 23:26:43 +09:00
12 changed files with 943 additions and 697 deletions
+2 -1
View File
@@ -274,6 +274,7 @@ function ExpElement._prototype:draw(definition)
if not next(signals) then
-- If no signals then skip var arg
--- @cast definition LuaGuiElement.add_param
self._draw = function(_, parent)
return parent.add(definition)
end
@@ -544,4 +545,4 @@ ExpElement._prototype.on_text_changed = event_factory(defines.events.on_gui_text
ExpElement._prototype.on_value_changed = event_factory(defines.events.on_gui_value_changed)
ExpElement._metatable.__call = ExpElement._prototype.create
return ExpElement
return ExpElement