From fadeea8a331390994a70bea4df0cc0a31334e7d8 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Wed, 29 May 2013 18:25:44 -0700 Subject: [PATCH] Timeline: remove extra fl_pop_clip(). --- timeline/src/Timeline.C | 3 --- 1 file changed, 3 deletions(-) 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() );