mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
timeline: don't select row when changing position in the timeline
Behaves just like the scrollbar now.
This commit is contained in:
parent
ad959763af
commit
980aca88cf
1 changed files with 0 additions and 2 deletions
|
@ -956,8 +956,6 @@ class AttachedWindow (object):
|
|||
|
||||
view = self.window.log_view
|
||||
view.scroll_to_cell (path, use_align = True, row_align = .5)
|
||||
sel = view.get_selection ()
|
||||
sel.select_path (path)
|
||||
|
||||
return False
|
||||
|
||||
|
|
Loading…
Reference in a new issue