diff --git a/API.lua b/API.lua index 9e6f065..6cb14bc 100644 --- a/API.lua +++ b/API.lua @@ -198,7 +198,7 @@ local Slab = {} -- Slab version numbers. local Version_Major = 0 local Version_Minor = 6 -local Version_Revision = 0 +local Version_Revision = 1 local FrameNumber = 0 local FrameStatHandle = nil diff --git a/Internal/UI/Region.lua b/Internal/UI/Region.lua index f22ae6d..87c2814 100644 --- a/Internal/UI/Region.lua +++ b/Internal/UI/Region.lua @@ -338,7 +338,10 @@ function Region.End() DrawCommands.TransformPop() DrawScrollBars(ActiveInstance) - if HotInstance == ActiveInstance and WheelInstance == nil and (WheelX ~= 0.0 or WheelY ~= 0.0) then + if HotInstance == ActiveInstance + and WheelInstance == nil + and (WheelX ~= 0.0 or WheelY ~= 0.0) + and not ActiveInstance.IgnoreScroll then WheelInstance = ActiveInstance end