mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
parent
f3fd0de3d0
commit
9e23d31d84
@ -107,7 +107,8 @@ void DrawingState::initToolLoop(Editor* editor,
|
||||
|
||||
m_velocity.reset();
|
||||
m_lastPointer = pointer;
|
||||
m_mouseDownPos = msg->position();
|
||||
m_mouseDownPos = (msg ? msg->position():
|
||||
editor->editorToScreen(pointer.point()));
|
||||
m_mouseDownTime = base::current_tick();
|
||||
|
||||
m_toolLoopManager->prepareLoop(pointer);
|
||||
|
Loading…
Reference in New Issue
Block a user