mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 04:19:12 +00:00
Fix crash adding new frames when there are tags present
This commit is contained in:
parent
d93264c895
commit
bbfa023b30
@ -484,10 +484,10 @@ void PreviewEditorWindow::destroyDocView()
|
||||
void PreviewEditorWindow::adjustPlayingTag()
|
||||
{
|
||||
Editor* editor = m_relatedEditor;
|
||||
Editor* miniEditor = m_docView->editor();
|
||||
if (!editor || !m_docView)
|
||||
return;
|
||||
|
||||
ASSERT(editor);
|
||||
ASSERT(miniEditor);
|
||||
Editor* miniEditor = m_docView->editor();
|
||||
|
||||
if (miniEditor->isPlaying()) {
|
||||
doc::Tag* tag = editor
|
||||
|
Loading…
x
Reference in New Issue
Block a user