all streamviews are now ViewBackgrounds

This new inheritance heirarchy lets us share (a very small piece of) code
between streamviews in the Editor and the nascent piano roll object on the cue
page.
This commit is contained in:
Paul Davis 2024-01-08 14:35:15 -07:00
parent a550b6482f
commit e24d1d069d
10 changed files with 160 additions and 9 deletions

View file

@ -52,7 +52,7 @@ public:
void redisplay_track ();
inline double contents_height() const {
double contents_height() const {
return (_trackview.current_height() - TimeAxisViewItem::NAME_HIGHLIGHT_SIZE - 2);
}