Fix adding rows to the bottom view
authorRené Stadler <mail@renestadler.de>
Tue, 4 Dec 2007 12:44:34 +0000 (14:44 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 11 Sep 2014 18:51:42 +0000 (20:51 +0200)
debug-viewer/GstDebugViewer/GUI.py

index 269a76d..64bbd13 100755 (executable)
@@ -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: