mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-11 00:40:08 +00:00
Fix start playing animation on preview window when adding/removing frames (fix #2481)
This commit is contained in:
parent
bbfa023b30
commit
ddee4dc0b9
@ -461,7 +461,8 @@ void PreviewEditorWindow::onPreviewOtherEditor(Editor* editor)
|
||||
|
||||
void PreviewEditorWindow::onTagChangeEditor(Editor* editor, DocEvent& ev)
|
||||
{
|
||||
adjustPlayingTag();
|
||||
if (m_playButton->isPlaying())
|
||||
adjustPlayingTag();
|
||||
}
|
||||
|
||||
void PreviewEditorWindow::hideWindow()
|
||||
|
Loading…
x
Reference in New Issue
Block a user