summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Stadler <mail@renestadler.de>2012-08-27 13:52:56 -0700
committerStefan Sauer <ensonic@users.sf.net>2014-09-11 20:51:47 +0200
commit980aca88cf58123f1682da49a970fd5463df9beb (patch)
treece202ccd2bd04bd1378a5674b9facdcf733e3b5a
parentad959763af8e1b9a11d8ddf9461b6f88dbc2c22e (diff)
timeline: don't select row when changing position in the timeline
Behaves just like the scrollbar now.
-rw-r--r--debug-viewer/GstDebugViewer/Plugins/Timeline.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/debug-viewer/GstDebugViewer/Plugins/Timeline.py b/debug-viewer/GstDebugViewer/Plugins/Timeline.py
index 2deab0e..6e470f8 100644
--- a/debug-viewer/GstDebugViewer/Plugins/Timeline.py
+++ b/debug-viewer/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