diff classes/StanceButton.lua @ 141:0de0e64a970f

Fixed hotkey color settings
author Flick <flickerstreak@gmail.com>
date Mon, 13 Apr 2009 20:42:21 +0000
parents 4c1b85ec40d2
children 8cc187143acd
line wrap: on
line diff
--- a/classes/StanceButton.lua	Mon Apr 13 20:18:11 2009 +0000
+++ b/classes/StanceButton.lua	Mon Apr 13 20:42:21 2009 +0000
@@ -202,11 +202,9 @@
   icon:SetTexture(texture)
   self:GetFrame():SetChecked( isActive and 1 or 0 )
   if isCastable then
-    self.frames.hotkey:SetVertexColor(1.0,1.0,1.0,1.0)
     self.frames.hotkey:Show()
     icon:SetVertexColor(1.0, 1.0, 1.0)
   else
-    self.frames.hotkey:SetVertexColor(0.6,0.6,0.6,1.0)
     icon:SetVertexColor(0.4, 0.4, 0.4)
   end