mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-23 00:40:04 +00:00
Merge pull request #1739 from Gasparoken/fix-toggling-timeline-pauses-animation
Fix toggling timeline visibility pauses animation (fix #1726)
This commit is contained in:
commit
0c7c1b13ec
@ -239,7 +239,8 @@ void PlayState::onBeforeCommandExecution(CommandExecutionEvent& ev)
|
||||
// (zoom, scroll, etc.)
|
||||
if (ev.command()->id() == CommandId::PlayAnimation() ||
|
||||
ev.command()->id() == CommandId::Zoom() ||
|
||||
ev.command()->id() == CommandId::Scroll()) {
|
||||
ev.command()->id() == CommandId::Scroll() ||
|
||||
ev.command()->id() == CommandId::Timeline()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user