mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-05-28 06:09:54 +09:00
Merge branch 'aperx' of https://github.com/PHIDIAS0303/ExpCluster into aperx
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user