superfluous space

This commit is contained in:
Will McGugan
2022-08-08 17:44:36 +01:00
parent f9828fba71
commit a4e0a43273

View File

@@ -632,7 +632,6 @@ class Compositor:
update_regions: set[Region] = set()
else:
update_regions = self._dirty_regions.copy()
if screen_region in update_regions:
# If one of the updates is the entire screen, then we only need one update
full = True