remove assert(video_timeline)
The idle visual changer can run after the video timeline has been deleted, and this is not an error.
This commit is contained in:
parent
7ade2099ce
commit
4b26ce3f5f
@ -53,8 +53,6 @@ Editor::set_video_timeline_height (const int h)
|
|||||||
void
|
void
|
||||||
Editor::update_video_timeline (bool flush)
|
Editor::update_video_timeline (bool flush)
|
||||||
{
|
{
|
||||||
// catch GUIIdle -> Editor::idle_visual_changer during quit/close
|
|
||||||
assert (ARDOUR_UI::instance()->video_timeline);
|
|
||||||
if (!ARDOUR_UI::instance()->video_timeline) {
|
if (!ARDOUR_UI::instance()->video_timeline) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user