Fix VGrip1Ratio error that occurs when completing a drag and Omen incorrectly attempts to hide itself.
This commit is contained in:
parent
89d02500e6
commit
c3b683e887
1 changed files with 1 additions and 1 deletions
2
Omen.lua
2
Omen.lua
|
|
@ -369,7 +369,7 @@ function Omen:CreateFrames()
|
|||
end
|
||||
end)
|
||||
self.Grip:SetScript("OnMouseUp", function(self)
|
||||
if Omen.Anchor.IsMovingOrSizing then
|
||||
if Omen.Anchor.IsMovingOrSizing == 2 then
|
||||
Omen.Anchor:SetScript("OnSizeChanged", nil)
|
||||
Omen.Anchor:StopMovingOrSizing()
|
||||
sizing()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue