mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
#160 Remove component interests, now setup it with function declaring
This commit is contained in:
@@ -49,7 +49,7 @@ local Event = require("druid.event")
|
||||
local helper = require("druid.helper")
|
||||
local component = require("druid.component")
|
||||
|
||||
local StaticGrid = component.create("static_grid", { component.ON_LAYOUT_CHANGE })
|
||||
local StaticGrid = component.create("static_grid")
|
||||
|
||||
|
||||
local function _extend_border(border, pos, size, pivot)
|
||||
|
Reference in New Issue
Block a user