Mercurial > wow > askmrrobot
diff CombatLog.lua @ 133:a0894ffebd15 v62
Bug fixes and tweaks for 8.0.
author | yellowfive |
---|---|
date | Wed, 25 Jul 2018 12:17:24 -0700 |
parents | e31b02b24488 |
children | 6dc0e8e9f960 |
line wrap: on
line diff
--- a/CombatLog.lua Wed Jul 18 16:44:04 2018 -0700 +++ b/CombatLog.lua Wed Jul 25 12:17:24 2018 -0700 @@ -2,6 +2,7 @@ local L = LibStub("AceLocale-3.0"):GetLocale("AskMrRobot", true) local AceGUI = LibStub("AceGUI-3.0") +local _lblLogging = nil local _btnToggle = nil local _panelUndoWipe = nil local _chkAutoAll = nil @@ -215,6 +216,7 @@ end function Amr:ReleaseTabLog() + _lblLogging = nil _btnToggle = nil _panelUndoWipe = nil _chkAutoAll = nil