跟随版本 0.8.19
This commit is contained in:
@@ -241,6 +241,13 @@ local function StylePetButton(b)
|
||||
ab:SetPoint("BOTTOMRIGHT", b, "BOTTOMRIGHT", 4, -4)
|
||||
end
|
||||
|
||||
local hotkey = _G[b:GetName() .. "HotKey"]
|
||||
if hotkey then
|
||||
hotkey:SetFont(SFrames:GetFont(), 9, "OUTLINE")
|
||||
hotkey:ClearAllPoints()
|
||||
hotkey:SetPoint("TOPRIGHT", b, "TOPRIGHT", -2, -2)
|
||||
end
|
||||
|
||||
local floatingBG = _G[b:GetName() .. "FloatingBG"]
|
||||
if floatingBG then floatingBG:SetAlpha(0) end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user