mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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:
parent
a550b6482f
commit
e24d1d069d
10 changed files with 160 additions and 9 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue