KkthnxUI

KkthnxUI

244k Downloads

GUI, Actionbar 5, Bar Per Row, slider not working.

alpineboi20 opened this issue ยท 2 comments

commented

Description
Actionbar 5, Bar Per Row, slider not working.

Version Number
v10.3.0

Steps to Reproduce

  1. Step 1: KkthnxUI Settings
  2. Step 2: ActionBar
  3. Step 3: ActionBar 5
  4. 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


commented

Fixed.

commented

Fixed.

Thank you.