diff options
author | René Stadler <mail@renestadler.de> | 2012-08-27 13:52:56 -0700 |
---|---|---|
committer | René Stadler <mail@renestadler.de> | 2012-08-27 13:52:56 -0700 |
commit | ca81a17631b8c97d84766fe0874f3b5def1cfc8e (patch) | |
tree | 7f1c8d56af8bcbcdc916f54797e7a56924555233 /GstDebugViewer/Plugins | |
parent | ac2df0ae22a694e755ade650ce0ba5e16dd14183 (diff) |
timeline: don't select row when changing position in the timeline
Behaves just like the scrollbar now.
Diffstat (limited to 'GstDebugViewer/Plugins')
-rw-r--r-- | GstDebugViewer/Plugins/Timeline.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/GstDebugViewer/Plugins/Timeline.py b/GstDebugViewer/Plugins/Timeline.py index 2deab0e..6e470f8 100644 --- a/GstDebugViewer/Plugins/Timeline.py +++ b/GstDebugViewer/Plugins/Timeline.py @@ -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 |