mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
Fix note separator lines adaptation to changing track height.
git-svn-id: svn://localhost/ardour2/trunk@2447 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6d9e73fbb7
commit
47c56f3092
2 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ public:
|
|||
|
||||
void add_region_view (boost::shared_ptr<ARDOUR::Region>);
|
||||
void region_layered (RegionView*);
|
||||
void update_contents_y_position_and_height ();
|
||||
virtual void update_contents_y_position_and_height ();
|
||||
|
||||
virtual void redisplay_diskstream () = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@ MidiModel::const_iterator::operator++()
|
|||
}
|
||||
}
|
||||
|
||||
enum Type { NIL, NOTE, CC };
|
||||
enum Type { NIL, NOTE, CC };
|
||||
Type type = NIL;
|
||||
|
||||
if (_note_iter != _model->notes().end())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue