mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 15:32:38 +00:00
Timeline: Fix bug start cels movement with right-click
This commit is contained in:
parent
f60d1c5c4f
commit
049affae65
@ -371,9 +371,10 @@ bool Timeline::onProcessMessage(Message* msg)
|
|||||||
// Change the scroll to show the new selected cel.
|
// Change the scroll to show the new selected cel.
|
||||||
showCel(m_clk_layer, m_frame);
|
showCel(m_clk_layer, m_frame);
|
||||||
|
|
||||||
m_state = STATE_SELECTING_CELS;
|
if (selectCel) {
|
||||||
if (selectCel)
|
m_state = STATE_SELECTING_CELS;
|
||||||
m_range.startRange(m_clk_layer, m_clk_frame, Range::kCels);
|
m_range.startRange(m_clk_layer, m_clk_frame, Range::kCels);
|
||||||
|
}
|
||||||
invalidate();
|
invalidate();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user