- Fixed a problem with auto hide feature not hiding plugins hosted by the window.
- Fixed an issue with stretch feature when the anchor button was anchored at the bottom side of the window. - Small interface tweaks on tooltips, bookmark and player detail window. - Custom display 'My Spells' now also show amount of casts and uptime. - Added an extra tooltip for the class icon at the player's bar. - Activity time now has only 3 seconds inactivity tolerance on battlegrounds and arenas. - Effective time will automatically be used when inside a battleground and using sync from the score board. - Added 'hide all' option on the minimap menu. - Added support for battlegrounds. - Added option for disable showing battleground enemies when the window is in group mode. - Added option to disable the sync from battleground score board. - Enemies from a battleground match segment won't be erased when the player logout.
This commit is contained in:
@@ -207,6 +207,11 @@
|
||||
|
||||
local OnEnableFunction = function (self)
|
||||
self.__parent.Enabled = true
|
||||
--self = frame __parent = plugin object
|
||||
local instance = _detalhes:GetInstance (self.__parent.instance_id)
|
||||
if (instance) then
|
||||
self:SetParent (instance.baseframe)
|
||||
end
|
||||
_detalhes:SendEvent ("SHOW", self.__parent)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user