make all TimeAxisView derived types return PresentationInfo for sorting

This commit is contained in:
Paul Davis 2016-06-02 08:54:33 -04:00
parent 050035e787
commit eee83c25a9
8 changed files with 32 additions and 20 deletions

View file

@ -274,3 +274,9 @@ VCATimeAxisView::drop_release (GdkEventButton*)
return true;
}
PresentationInfo const &
VCATimeAxisView::presentation_info () const
{
return _vca->presentation_info();
}