diff --git a/src/gui/widgets/timeline/timeline-header-container.cpp b/src/gui/widgets/timeline/timeline-header-container.cpp index 8f5973789..a2ec106d4 100644 --- a/src/gui/widgets/timeline/timeline-header-container.cpp +++ b/src/gui/widgets/timeline/timeline-header-container.cpp @@ -79,6 +79,8 @@ TimelineHeaderContainer::update_headers() pair, shared_ptr > pair; BOOST_FOREACH( pair, timelineWidget.trackMap ) { + REQUIRE(pair.first); + // Set the header's parent widget Widget &widget = lookup_timeline_track(pair.first)-> get_header_widget();