aboutsummaryrefslogtreecommitdiffstats
path: root/checkbox.lua
diff options
context:
space:
mode:
Diffstat (limited to 'checkbox.lua')
-rw-r--r--checkbox.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkbox.lua b/checkbox.lua
index 306fc8f..b51cbb3 100644
--- a/checkbox.lua
+++ b/checkbox.lua
@@ -4,7 +4,7 @@ return function(info, x,y, w,h, draw)
local id = core.generateID()
core.mouse.updateState(id, x,y,w,h)
- core.makeTabable(id)
+ core.makeCyclable(id)
core.registerDraw(id, draw or core.style.Checkbox, info.checked,x,y,w,h)
local checked = info.checked