Fix adding rows to the bottom view

This commit is contained in:
René Stadler 2007-12-04 14:44:34 +02:00 committed by Stefan Sauer
parent 2b59250ec0
commit 44303a412e

View file

@ -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: