small class rearrangement for ViewBackground and derived classes related to geometry management

This commit is contained in:
Paul Davis 2025-06-04 20:43:18 -06:00
parent 80a34fc3ec
commit 08f77136b9
5 changed files with 45 additions and 27 deletions

View file

@ -531,8 +531,3 @@ MidiStreamView::record_layer_check (std::shared_ptr<ARDOUR::Region> r, samplepos
check_record_layers (r, t);
}
int
MidiStreamView::y_position () const
{
return _trackview.y_position();
}