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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user