mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
Fix moving rectangular marquee box while selecting color (fix #3143)
This commit is contained in:
parent
9e23d31d84
commit
aa188d641b
@ -391,6 +391,9 @@ bool MovingPixelsState::onMouseMove(Editor* editor, MouseMessage* msg)
|
||||
void MovingPixelsState::onCommitMouseMove(Editor* editor,
|
||||
const gfx::PointF& spritePos)
|
||||
{
|
||||
if (!m_pixelsMovement->isDragging())
|
||||
return;
|
||||
|
||||
m_pixelsMovement->setFastMode(true);
|
||||
|
||||
// Get the customization for the pixels movement (snap to grid, angle snap, etc.).
|
||||
|
Loading…
Reference in New Issue
Block a user