diff --git a/UI/QuestItemBar.lua b/UI/QuestItemBar.lua index fa17a19..767b21b 100644 --- a/UI/QuestItemBar.lua +++ b/UI/QuestItemBar.lua @@ -660,7 +660,7 @@ function QuestItemBar:Initialize() frame:SetMovable(true) frame:SetClampedToScreen(true) - addon:ApplyBackdrop(frame, "DEFAULT_FRAME") + --addon:ApplyBackdrop(frame, "DEFAULT_FRAME") -- Create flyout frame flyoutFrame = CreateFrame("Frame", "Guda_QuestItemFlyout", UIParent) diff --git a/UI/TrackedItemBar.lua b/UI/TrackedItemBar.lua index 03c6e97..d3a227e 100644 --- a/UI/TrackedItemBar.lua +++ b/UI/TrackedItemBar.lua @@ -212,7 +212,7 @@ function TrackedItemBar:Initialize() frame:SetMovable(true) frame:SetClampedToScreen(true) - addon:ApplyBackdrop(frame, "DEFAULT_FRAME") + --addon:ApplyBackdrop(frame, "DEFAULT_FRAME") -- Handle dragging frame:RegisterForDrag("LeftButton")