Browse Source

Timeline: remove extra fl_pop_clip().

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
fadeea8a33
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      timeline/src/Timeline.C

+ 0
- 3
timeline/src/Timeline.C View File

@@ -1522,10 +1522,7 @@ Timeline::draw_overlay ( void )
draw_cursors();

if ( ! ( _selection.w && _selection.h ) )
{
fl_pop_clip();
return;
}

fl_push_clip( tracks->x() + Track::width(), rulers->y() + rulers->h(), tracks->w() - Track::width(), h() - rulers->h() - panzoomer->h() );



Loading…
Cancel
Save