addonbuttons: fix typo in backdrop shadow

This commit is contained in:
shagu
2019-06-02 23:55:03 +02:00
parent 545be99fd7
commit e035b38a8a
+1 -1
View File
@@ -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")