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:
parent
1be205d8de
commit
dcf493fe7d
1 changed files with 1 additions and 0 deletions
1
Omen.lua
1
Omen.lua
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue