mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
Fix timeline warning/error indicator triangle vertical position
This commit is contained in:
parent
a6f268ab4b
commit
99a755e56c
1 changed files with 1 additions and 0 deletions
|
@ -535,6 +535,7 @@ class TimelineWidget (gtk.DrawingArea):
|
|||
for i, counts in enumerate (dist_data):
|
||||
if counts[level] == 0:
|
||||
continue
|
||||
ctx.identity_matrix ()
|
||||
ctx.translate (i, 0)
|
||||
triangle (ctx)
|
||||
ctx.fill ()
|
||||
|
|
Loading…
Reference in a new issue