Recover mini-timeline playhead triangle

This commit is contained in:
Ben Loftis
2025-01-09 12:40:37 -06:00
committed by Robin Gareus
parent 577d7230cd
commit abd3d49120

View File

@@ -641,7 +641,7 @@ MiniTimeline::render (Cairo::RefPtr<Cairo::Context> const& ctx, cairo_rectangle_
cairo_move_to (cr, xc + .5, 0);
cairo_rel_line_to (cr, 0, height);
cairo_stroke (cr);
cairo_move_to (cr, xc + .5, height);
cairo_move_to (cr, xc + .5, height - PADDING );
cairo_rel_line_to (cr, -3, 0);
cairo_rel_line_to (cr, 3, -4);
cairo_rel_line_to (cr, 3, 4);