Mercurial > wow > askmrrobot
comparison 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 |
comparison
equal
deleted
inserted
replaced
132:2279d58793c6 | 133:a0894ffebd15 |
---|---|
1 local Amr = LibStub("AceAddon-3.0"):GetAddon("AskMrRobot") | 1 local Amr = LibStub("AceAddon-3.0"):GetAddon("AskMrRobot") |
2 local L = LibStub("AceLocale-3.0"):GetLocale("AskMrRobot", true) | 2 local L = LibStub("AceLocale-3.0"):GetLocale("AskMrRobot", true) |
3 local AceGUI = LibStub("AceGUI-3.0") | 3 local AceGUI = LibStub("AceGUI-3.0") |
4 | 4 |
5 local _lblLogging = nil | |
5 local _btnToggle = nil | 6 local _btnToggle = nil |
6 local _panelUndoWipe = nil | 7 local _panelUndoWipe = nil |
7 local _chkAutoAll = nil | 8 local _chkAutoAll = nil |
8 local _autoChecks = nil | 9 local _autoChecks = nil |
9 | 10 |
213 -- initialize state of controls | 214 -- initialize state of controls |
214 Amr:RefreshLogUi() | 215 Amr:RefreshLogUi() |
215 end | 216 end |
216 | 217 |
217 function Amr:ReleaseTabLog() | 218 function Amr:ReleaseTabLog() |
219 _lblLogging = nil | |
218 _btnToggle = nil | 220 _btnToggle = nil |
219 _panelUndoWipe = nil | 221 _panelUndoWipe = nil |
220 _chkAutoAll = nil | 222 _chkAutoAll = nil |
221 _autoChecks = nil | 223 _autoChecks = nil |
222 end | 224 end |