Mercurial > wow > reaction
diff StanceButton.lua @ 279:5b9c0164a491
Fixed a number of problems with drag corners in config mode
- Fixed button resizing via dragging not updating until a reload
- Fixed pet/stance/vehicle buttons not always displaying in config mode
- Fixed error spam when making too many pet/bag buttons
author | Flick |
---|---|
date | Wed, 11 May 2011 16:19:17 -0700 |
parents | 4e325f1ea6e1 |
children | 276165a0e860 |
line wrap: on
line diff
--- a/StanceButton.lua Wed May 11 11:27:36 2011 -0700 +++ b/StanceButton.lua Wed May 11 16:19:17 2011 -0700 @@ -111,7 +111,7 @@ self.updatePending = false local idx = self:GetActionID() local f = self:GetFrame() - if idx > GetNumShapeshiftForms() then + if idx > GetNumShapeshiftForms() and not ReAction:GetConfigMode() then f:Hide() else f:SetAttribute("spell", select(2,GetShapeshiftFormInfo(idx)))