mirror of
https://github.com/edubart/otclient.git
synced 2025-04-29 17:19:20 +02:00
Fix #166
This commit is contained in:
parent
90f1244ab4
commit
18af9a45ee
@ -529,6 +529,7 @@ function processMouseAction(menuPosition, mouseButton, autoWalkPos, lookThing, u
|
||||
return true
|
||||
else
|
||||
g_game.use(useThing)
|
||||
return true
|
||||
end
|
||||
return true
|
||||
elseif lookThing and keyboardModifiers == KeyboardShiftModifier and (mouseButton == MouseLeftButton or mouseButton == MouseRightButton) then
|
||||
|
@ -51,7 +51,9 @@ function UIGameMap:onDrop(widget, mousePos)
|
||||
end
|
||||
|
||||
function UIGameMap:onMousePress()
|
||||
self.allowNextRelease = true
|
||||
if not self:isDragging() then
|
||||
self.allowNextRelease = true
|
||||
end
|
||||
end
|
||||
|
||||
function UIGameMap:onMouseRelease(mousePosition, mouseButton)
|
||||
|
Loading…
x
Reference in New Issue
Block a user