Fixed an error while trying to move the window by clicking and holding on a window line
This commit is contained in:
@@ -124,7 +124,7 @@ function Details:CreateOrOpenNewsWindow()
|
||||
frameUpper:SetVerticalScroll (self:GetValue())
|
||||
end)
|
||||
|
||||
frameUpper:EnableMouseWheel (true)
|
||||
frameUpper:EnableMouseWheel(true)
|
||||
frameUpper:SetScript("OnMouseWheel", function(self, delta)
|
||||
local current = slider:GetValue()
|
||||
if (IsShiftKeyDown() and (delta > 0)) then
|
||||
|
||||
Reference in New Issue
Block a user