AutomationEditor: update pause icon manually

As we have a special semantic for automation pattern playback (i.e. we
don't playback the pattern itself but its container component like
Song Editor, Piano Roll etc.).

Closes #292.
This commit is contained in:
Tobias Doerffel
2014-03-10 19:12:50 +01:00
parent ed6ccddc6c
commit 06289781e4

View File

@@ -1907,6 +1907,8 @@ void AutomationEditor::play()
engine::getSong()->togglePause();
}
}
setPauseIcon( engine::getSong()->isPlaying() );
}