diff UI.lua @ 58:0a9a6740ea5d v2.1

- Discarded use of blizzard functions never meant for the wild (http://forums.wowace.com/showthread.php?t=20397) - Fixed dock buttons not highlighting properly - Fixed dock buttons not dropping after selection change - Mouse input is disabled during player movement
author Nenue
date Tue, 12 Jan 2016 04:50:37 -0500
parents 1b8c597dba44
children 59e047d6c5de
line wrap: on
line diff
--- a/UI.lua	Fri Jan 08 10:15:09 2016 -0500
+++ b/UI.lua	Tue Jan 12 04:50:37 2016 -0500
@@ -73,6 +73,7 @@
   -- update dock buttons
   local beacon = D.dock.buttons[c.index]
   beacon.selected = true
+  beacon.newMessage = nil
   D.UpdateBeacon(beacon)
 
   for _, part in pairs(c.border) do
@@ -89,6 +90,8 @@
       bc.title:SetTextColor(unpack(db.backborder))
 
       local beacon = D.dock.buttons[bc.index]
+      beacon.raised = nil
+      beacon.showName = nil
       beacon.selected = nil
       D.UpdateBeacon(beacon)