mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 04:19:12 +00:00
Keep Timeline range enabled after Alt+M
This commit is contained in:
parent
ffdb3f0ddf
commit
498ffcbaae
@ -518,6 +518,10 @@ void Timeline::moveRange(Range& range)
|
||||
}
|
||||
++j;
|
||||
}
|
||||
|
||||
// Select the range again (it might be lost between all the
|
||||
// setLayer()/setFrame() calls).
|
||||
m_range = range;
|
||||
}
|
||||
|
||||
void Timeline::activateClipboardRange()
|
||||
|
Loading…
x
Reference in New Issue
Block a user