Fix MIDI streamview grid. Fixes #3460.

git-svn-id: svn://localhost/ardour2/branches/3.0@7806 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-09-19 15:50:22 +00:00
parent dadee4622d
commit aa00dbc40e
3 changed files with 30 additions and 16 deletions

View file

@ -153,8 +153,7 @@ protected:
void region_needs_update(double coord1, double coord2);
bool update_bounds();
void update_lines(bool need_redraw);
void redraw_request(ArtIRect&);
void redraw_request(ArtDRect&);
void redraw_request (ArtDRect const &);
Lines::iterator line_at(double coord);