mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 21:13:26 +02:00
Minor fixes and improvements
This commit is contained in:
@@ -237,7 +237,7 @@ function UIScrollBar:onMouseWheel(mousePos, mouseWheel)
|
||||
if not self.mouseScroll then
|
||||
return false
|
||||
end
|
||||
if mouseWheel == MouseWheelDown then
|
||||
if mouseWheel == MouseWheelUp then
|
||||
if self.orientation == 'vertical' then
|
||||
self:decrement()
|
||||
else
|
||||
|
Reference in New Issue
Block a user