Fix timeline warning/error indicator triangle vertical position

This commit is contained in:
René Stadler 2007-12-07 16:50:02 +02:00 committed by Stefan Sauer
parent a6f268ab4b
commit 99a755e56c

View file

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