mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
Fix comment
This commit is contained in:
parent
f61574dbda
commit
38c4ac239e
1 changed files with 2 additions and 2 deletions
|
@ -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 ()
|
||||||
|
|
Loading…
Reference in a new issue