diff --git a/Zframework/init.lua b/Zframework/init.lua index c8e89e9d..8ca9e036 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -121,6 +121,7 @@ function love.mousereleased(x,y,k,touch,num) if touch or SCN.swapping then return end mx,my=xOy:inverseTransformPoint(x,y) WIDGET.release(mx,my) + WIDGET.moveCursor(mx,my) if mouseUp[SCN.cur]then mouseUp[SCN.cur](mx,my,k) end