Kkthnx-Wow / KkthnxUI

KkthnxUI for The War Within World of Warcraft.
MIT License
34 stars 18 forks source link

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

Closed alpineboi20 closed 2 years ago

alpineboi20 commented 2 years ago

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

Kkthnx commented 2 years ago

Fixed.

alpineboi20 commented 2 years ago

Fixed.

Thank you.