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,8 +51,10 @@ function UIGameMap:onDrop(widget, mousePos)
|
|||
end
|
||||
|
||||
function UIGameMap:onMousePress()
|
||||
if not self:isDragging() then
|
||||
self.allowNextRelease = true
|
||||
end
|
||||
end
|
||||
|
||||
function UIGameMap:onMouseRelease(mousePosition, mouseButton)
|
||||
if not self.allowNextRelease then
|
||||
|
|
Loading…
Reference in New Issue