mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-27 18:06:02 +00:00
addonbuttons: fix typo in backdrop shadow
This commit is contained in:
@@ -34,7 +34,7 @@ pfUI:RegisterModule("addonbuttons", function ()
|
||||
pfUI.addonbuttons:SetFrameStrata("HIGH")
|
||||
pfUI.addonbuttons:Hide()
|
||||
CreateBackdrop(pfUI.addonbuttons)
|
||||
CreateBackdropShadow(frame.addonbuttons)
|
||||
CreateBackdropShadow(pfUI.addonbuttons)
|
||||
|
||||
pfUI.addonbuttons.minimapbutton = CreateFrame("Button", "pfMinimapButton", pfUI.minimap or UIParent)
|
||||
pfUI.addonbuttons.minimapbutton:SetFrameStrata("MEDIUM")
|
||||
|
||||
Reference in New Issue
Block a user