Timeline: remove extra fl_pop_clip().
This commit is contained in:
parent
550fb651c7
commit
fadeea8a33
|
@ -1522,10 +1522,7 @@ Timeline::draw_overlay ( void )
|
||||||
draw_cursors();
|
draw_cursors();
|
||||||
|
|
||||||
if ( ! ( _selection.w && _selection.h ) )
|
if ( ! ( _selection.w && _selection.h ) )
|
||||||
{
|
|
||||||
fl_pop_clip();
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
fl_push_clip( tracks->x() + Track::width(), rulers->y() + rulers->h(), tracks->w() - Track::width(), h() - rulers->h() - panzoomer->h() );
|
fl_push_clip( tracks->x() + Track::width(), rulers->y() + rulers->h(), tracks->w() - Track::width(), h() - rulers->h() - panzoomer->h() );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue