Timeline: Draw control points bigger.

pull/3/head
Jonathan Moore Liles 2012-12-10 17:18:57 -08:00
parent dd6f448d72
commit 1b4ec17964
1 changed files with 2 additions and 2 deletions

View File

@ -57,10 +57,10 @@ public:
/* only for playback thread */
nframes_t when ( void ) const { return _range.start; }
int abs_w ( void ) const { return 6; }
int abs_w ( void ) const { return 8; }
int y ( void ) const { return parent()->y() + ((float)parent()->h() * _y); }
int h ( void ) const { return 6; }
int h ( void ) const { return 8; }
virtual void draw_box ( void );
virtual int handle ( int m );