mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-28 16:20:50 +00:00
Fix bug painting a spot w/brush size=max when releasing the mouse after auto-scrolling
This commit is contained in:
parent
251323a4d5
commit
1781ee0f15
@ -342,8 +342,8 @@ bool DrawingState::onScrollChange(Editor* editor)
|
||||
m_lastPointer = tools::Pointer(editor->screenToEditor(mousePos),
|
||||
m_velocity.velocity(),
|
||||
m_lastPointer.button(),
|
||||
tools::Pointer::Type::Unknown,
|
||||
0.0f);
|
||||
m_lastPointer.type(),
|
||||
m_lastPointer.pressure());
|
||||
handleMouseMovement();
|
||||
}
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user