mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +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):
|
||||
|
||||
# FIXME: Ideally we should be informed of the vertical position
|
||||
# difference of the view (which is 0) with the current UI layout.
|
||||
# FIXME: Ideally we should take the vertical position difference of the
|
||||
# view into account (which is 0 with the current UI layout).
|
||||
|
||||
self.params = (first_y, cell_height, data,)
|
||||
self.queue_draw ()
|
||||
|
|
Loading…
Reference in a new issue