usage of should repaint in old functions
This commit is contained in:
parent
7a98279f21
commit
0451742a42
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class BufferDependentComponent(BorderedBox):
|
|||
|
||||
self.lines[line_nr].append(word)
|
||||
|
||||
self.paint_line(line_nr)
|
||||
self.should_repaint[line_nr] = True
|
||||
self.buffered_lines = self.height
|
||||
|
||||
def reorganize_words(self, line_nr=None, move_active=False):
|
||||
|
|
Loading…
Reference in a new issue