Browse Source

Don't redraw tracks twice!

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
aae8753db1
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      Timeline.H

+ 4
- 2
Timeline.H View File

@@ -168,8 +168,10 @@ struct Timeline : public Fl_Group
if ( damage() & FL_DAMAGE_ALL )
{
Fl_Group::draw();
draw_clip( this, X, tracks->y(), W, tracks->h() );
draw_clip( this, X, rulers->y(), W, rulers->h() );

/* draw_clip( this, X, tracks->y(), W, tracks->h() ); */
/* draw_clip( this, X, rulers->y(), W, rulers->h() ); */

return;
}



Loading…
Cancel
Save