Dont mark cells the cursor leaves as dirty

This commit is contained in:
Kovid Goyal
2016-10-20 05:29:32 +05:30
parent c0c466a492
commit d95383fa43
2 changed files with 0 additions and 7 deletions

View File

@@ -56,7 +56,6 @@ class ChangeTracker(QObject):
def cursor_position_changed(self, cursor: Cursor, x: int, y: int) -> None:
self.changed_cursor = cursor
self.changed_cells[y].add((x, x))
self.dirty()
def update_screen(self):