Fix Omen getting stuck to the mouse if autocollapse is on and you moved Omen while you are in combat and exited combat during the move.
This commit is contained in:
@@ -358,6 +358,7 @@ function Omen:CreateFrames()
|
||||
self.BarList:SetPoint("BOTTOMRIGHT", self.Anchor, "BOTTOMRIGHT")
|
||||
self.BarList:SetScript("OnMouseDown", startmoving)
|
||||
self.BarList:SetScript("OnMouseUp", stopmoving)
|
||||
self.BarList:SetScript("OnHide", stopmoving)
|
||||
self.BarList.barsShown = 0
|
||||
|
||||
-- Create resizing corner grip
|
||||
|
||||
Reference in New Issue
Block a user