diff classes/ActionButton.lua @ 141:0de0e64a970f

Fixed hotkey color settings
author Flick <flickerstreak@gmail.com>
date Mon, 13 Apr 2009 20:42:21 +0000
parents 497936c503a0
children 42cade25d40d
line wrap: on
line diff
--- a/classes/ActionButton.lua	Mon Apr 13 20:18:11 2009 +0000
+++ b/classes/ActionButton.lua	Mon Apr 13 20:42:21 2009 +0000
@@ -373,13 +373,11 @@
     icon:Show()
     self.rangeTimer = -1
     f:SetNormalTexture("Interface\\Buttons\\UI-Quickslot2")
-    hotkey:SetVertexColor(1.0, 1.0, 1.0)
   else
     icon:Hide()
     self.frames.cooldown:Hide()
     self.rangeTimer = nil
     f:SetNormalTexture("Interface\\Buttons\\UI-Quickslot")
-    hotkey:SetVertexColor(0.6, 0.6, 0.6)
   end
 end