Fix MIDI rec regions.

git-svn-id: svn://localhost/ardour2/branches/3.0@5842 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-10-21 16:26:18 +00:00
parent 516048882c
commit 2c59ddede5
6 changed files with 75 additions and 51 deletions

View file

@ -167,7 +167,7 @@ protected:
double height;
std::list<sigc::connection> rec_data_ready_connections;
jack_nframes_t last_rec_data_frame;
nframes_t last_rec_data_frame;
private:
void update_coverage_frames ();