- Added a extra button on the hotcorner topleft for reset details segments.

- Fixed issue with plugin buttons where it's alpha was changing within instance alpha.
- Fixed a issue with Tiny Threat plugin where sometimes does not properlly.
This commit is contained in:
tercio
2014-04-24 20:28:02 -03:00
parent 667dceb06a
commit d47e13a533
8 changed files with 210 additions and 43 deletions
+2 -1
View File
@@ -589,7 +589,8 @@ function _G._detalhes:Start()
end
--register lib-hotcorners
_detalhes:RegisterHotCornerButton ("TOPLEFT", "DetailsLeftCornerButton", [[Interface\AddOns\Details\images\minimap]], "|cFFFFFFFFDetails!\n|cFF00FF00Left Click:|r clear all segments.", function() _detalhes.tabela_historico:resetar() end)
local reset_func = function() _detalhes.tabela_historico:resetar() end
_detalhes:RegisterHotCornerButton ("TOPLEFT", "DetailsLeftCornerButton", [[Interface\AddOns\Details\images\minimap]], "|cFFFFFFFFDetails!\n|cFF00FF00Left Click:|r clear all segments.", reset_func, nil, reset_func)
--[[