Timeline: Draw control points bigger.
This commit is contained in:
parent
dd6f448d72
commit
1b4ec17964
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue