mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
Fix bottom view showing the wrong selected log line
This commit is contained in:
parent
29ce10fb46
commit
c96c55a62c
1 changed files with 1 additions and 1 deletions
|
@ -1530,7 +1530,7 @@ class LineView (object):
|
|||
return
|
||||
|
||||
path = model.get_path (tree_iter)
|
||||
line_index = model.line_index_to_super (path[0])
|
||||
line_index = model.line_index_to_top (path[0])
|
||||
|
||||
if len (line_model) == 0:
|
||||
line_model.insert_line (0, line_index)
|
||||
|
|
Loading…
Reference in a new issue