Mercurial > wow > reaction
diff PetActionButton.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 | 2098dba4baf5 |
line wrap: on
line diff
--- a/PetActionButton.lua Wed May 11 11:27:36 2011 -0700 +++ b/PetActionButton.lua Wed May 11 16:19:17 2011 -0700 @@ -160,7 +160,7 @@ Super.SetupBar(self,bar) -- auto show/hide when pet exists - bar:RegisterUnitWatch("pet",true) + bar:RegisterUnitWatch("pet",not ReAction:GetConfigMode()) self:UpdateButtonLock(bar) end