diff -r 5c0005f63319 -r b7841cd31fb7 src/ui/canvas.cpp --- a/src/ui/canvas.cpp Thu Feb 27 11:56:41 2020 +0200 +++ b/src/ui/canvas.cpp Thu Feb 27 12:23:42 2020 +0200 @@ -27,7 +27,7 @@ this->highlighted = id; this->totalMouseMove += (event->pos() - this->lastMousePosition).manhattanLength(); this->lastMousePosition = event->pos(); - this->worldPosition = this->screenToModelCoordinates(this->lastMousePosition); + this->worldPosition = this->screenToModelCoordinates(this->lastMousePosition, geom::XY); if (this->worldPosition.has_value()) { this->worldPosition = glm::round(*this->worldPosition);