diff --git a/itemcontroller.lua b/itemcontroller.lua index 773752c..83b57ba 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -360,7 +360,7 @@ local PAGES = { local function tabActionButton(count) local text = count < 0 and ("<"..tostring(-count)) or (tostring(count)..">") return Padding:new{ - Text:new{ id = tostring(count), text = text } + element = Text:new{ id = tostring(count), text = text } } end