Browse Source

Timeline: Draw control points bigger.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
1b4ec17964
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      timeline/src/Control_Point.H

+ 2
- 2
timeline/src/Control_Point.H 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 );


Loading…
Cancel
Save