diff --git a/timeline/src/Timeline.C b/timeline/src/Timeline.C index 1d561d0..b708081 100644 --- a/timeline/src/Timeline.C +++ b/timeline/src/Timeline.C @@ -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() );