diff --git a/fasttyper/components.py b/fasttyper/components.py index 1956286..90d074e 100644 --- a/fasttyper/components.py +++ b/fasttyper/components.py @@ -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):