mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 18:20:44 +00:00
Timeline: draw clipboard range after the selection outline
This commit is contained in:
parent
2c675bfc4f
commit
df0d39ed87
@ -939,8 +939,8 @@ void Timeline::onPaint(ui::PaintEvent& ev)
|
|||||||
|
|
||||||
drawPaddings(g);
|
drawPaddings(g);
|
||||||
drawLoopRange(g);
|
drawLoopRange(g);
|
||||||
drawClipboardRange(g);
|
|
||||||
drawRangeOutline(g);
|
drawRangeOutline(g);
|
||||||
|
drawClipboardRange(g);
|
||||||
|
|
||||||
#if 0 // Use this code to debug the calculated m_dropRange by updateDropRange()
|
#if 0 // Use this code to debug the calculated m_dropRange by updateDropRange()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user