From c3b683e8875f584608da0665183ad21feb25f2c0 Mon Sep 17 00:00:00 2001 From: Xinhuan Date: Fri, 17 Oct 2008 08:28:11 +0800 Subject: [PATCH] Fix VGrip1Ratio error that occurs when completing a drag and Omen incorrectly attempts to hide itself. --- Omen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Omen.lua b/Omen.lua index be363eb..967cf14 100644 --- a/Omen.lua +++ b/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()