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:
David Robillard 2007-09-10 22:25:22 +00:00
parent 6d9e73fbb7
commit 47c56f3092
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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())