diff --git a/WeakAurasOptions/OptionsFrames/OptionsFrame.lua b/WeakAurasOptions/OptionsFrames/OptionsFrame.lua index 946ab206c4..39bd0253fa 100644 --- a/WeakAurasOptions/OptionsFrames/OptionsFrame.lua +++ b/WeakAurasOptions/OptionsFrames/OptionsFrame.lua @@ -226,6 +226,7 @@ function OptionsPrivate.CreateFrame() frame.bottomRightResizer = CreateFrameSizer(frame, commitWindowChanges, "BOTTOMRIGHT") frame.UpdateFrameVisible = function(self) + self.tipPopup:Hide() if self.minimized then WeakAurasOptionsTitleText:Hide() self.buttonsContainer.frame:Hide() @@ -386,6 +387,7 @@ function OptionsPrivate.CreateFrame() tipPopup:SetBackdropColor(0, 0, 0, 0.8) --tipPopup:SetHeight(100) tipPopup:Hide() + frame.tipPopup = tipPopup local tipPopupTitle = tipPopup:CreateFontString(nil, "BACKGROUND", "GameFontNormalLarge") tipPopupTitle:SetPoint("TOPLEFT", tipPopup, "TOPLEFT", 10, -10)