Timeline: remove extra fl_pop_clip().

pull/116/head
Jonathan Moore Liles 2013-05-29 18:25:44 -07:00
parent 550fb651c7
commit fadeea8a33
1 changed files with 0 additions and 3 deletions

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() );