mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
Fix adding rows to the bottom view
This commit is contained in:
parent
2b59250ec0
commit
44303a412e
1 changed files with 1 additions and 1 deletions
|
@ -1243,7 +1243,7 @@ class LineView (object):
|
|||
other_index = line_model.line_index_to_super (position - 1)
|
||||
else:
|
||||
other_index = -1
|
||||
if other_index == super_line_index:
|
||||
if other_index == super_line_index and position != 1:
|
||||
# Already have the line.
|
||||
pass
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue