Mercurial > wow > reaction
comparison StanceButton.lua @ 248:9e708a155ab9
Fixed Stance/Shapeshift bar not being saved correctly across reboots
author | Flick |
---|---|
date | Mon, 28 Mar 2011 10:43:36 -0700 |
parents | 65f2805957a0 |
children | 46b59a9ded76 |
comparison
equal
deleted
inserted
replaced
247:586447595262 | 248:9e708a155ab9 |
---|---|
33 -- | 33 -- |
34 local buttonTypeID = "Stance" | 34 local buttonTypeID = "Stance" |
35 local Super = ReAction.Button | 35 local Super = ReAction.Button |
36 local Stance = setmetatable( | 36 local Stance = setmetatable( |
37 { | 37 { |
38 defaultConfig = { | 38 defaultBarConfig = { |
39 type = buttonTypeID, | 39 type = buttonTypeID, |
40 btnHeight = 36, | 40 btnHeight = 36, |
41 btnWidth = 36, | 41 btnWidth = 36, |
42 btnRows = 1, | 42 btnRows = 1, |
43 btnColumns = 6, | 43 btnColumns = 6, |