aboutsummaryrefslogtreecommitdiffstats
path: root/slider.lua
diff options
context:
space:
mode:
Diffstat (limited to 'slider.lua')
-rw-r--r--slider.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/slider.lua b/slider.lua
index feed65c..7e4a6d9 100644
--- a/slider.lua
+++ b/slider.lua
@@ -9,7 +9,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.Slider, fraction, x,y,w,h, info.vertical)
-- mouse update