mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-24 03:40:14 +00:00
Update hot layer after expanding/collapsing a group
In this way we can click several times in the same position to expand/collapse the folder without moving the mouse.
This commit is contained in:
parent
dba780e28d
commit
530efae6b2
@ -710,6 +710,9 @@ bool Timeline::onProcessMessage(Message* msg)
|
||||
regenerateLayers();
|
||||
showCurrentCel();
|
||||
invalidate();
|
||||
|
||||
updateByMousePos(
|
||||
msg, ui::get_mouse_position() - bounds().origin());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user