GUI, Actionbar 5, Bar Per Row, slider not working.
alpineboi20 opened this issue ยท 2 comments
Description
Actionbar 5, Bar Per Row, slider not working.
Version Number
v10.3.0
Steps to Reproduce
- Step 1: KkthnxUI Settings
- Step 2: ActionBar
- Step 3: ActionBar 5
- Step 5: Bar 5 Per Row, slider won't move.
Expected Behavior
ActionBar Slider, should move.
Actual Behavior
ActionBar Slider, does not move.
Only KkthnxUI Enabled
Yes, can reproduce, only KkthnxUI enabled.
Additional Information
Kkthnxui/Config/GUI.lua/ Line: 350
Window:CreateSlider("ActionBar", "Bar5PerRow", "Bar 5 Per Row", 1, 1, 1, nil, UpdateActionbar5)
Should be.
Window:CreateSlider("ActionBar", "Bar5PerRow", "Bar 5 Per Row", 1, 12, 1, nil, UpdateActionbar5)
Error Log
None