Fix comment

This commit is contained in:
René Stadler 2007-11-29 13:53:42 +02:00 committed by Stefan Sauer
parent f61574dbda
commit 38c4ac239e

View file

@ -325,8 +325,8 @@ class VerticalTimelineWidget (gtk.DrawingArea):
def update (self, first_y, cell_height, data): def update (self, first_y, cell_height, data):
# FIXME: Ideally we should be informed of the vertical position # FIXME: Ideally we should take the vertical position difference of the
# difference of the view (which is 0) with the current UI layout. # view into account (which is 0 with the current UI layout).
self.params = (first_y, cell_height, data,) self.params = (first_y, cell_height, data,)
self.queue_draw () self.queue_draw ()