vaebris / SpartanUI

5 stars 2 forks source link

Inability to switch between pre-set main action bars. #8

Open vaebris opened 12 years ago

vaebris commented 12 years ago

What used to once work with holding the shift key down and pressing either the up or down arrow to switch between different sets of the main action bar doesn't work anymore.

Pressing shift and up or down arrow no longer works.

ghost commented 12 years ago

replacing line 30 of SpartanUI\scripts\Module-ActionBars.lua with the following will restore the desired behaviour:

{enabled = true, buttons = 12, rows = 1, padding = 3, skin = {Zoom = true}, position = {point = "LEFT", parent = "SUI_ActionBarPlate", x=0, y=36, scale = 0.85, growHorizontal="RIGHT"}, ["states"] = {["actionbar"] = true,},}, -- 1