Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/abacus_window.py
diff options
context:
space:
mode:
Diffstat (limited to 'abacus_window.py')
-rw-r--r--abacus_window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abacus_window.py b/abacus_window.py
index d7aacd0..d28adc5 100644
--- a/abacus_window.py
+++ b/abacus_window.py
@@ -344,7 +344,7 @@ class Abacus():
def _expose_cb(self, win, event):
""" Callback to handle window expose events """
- self.sprites.redraw_sprites()
+ self.sprites.redraw_sprites(event.area)
return True
def _destroy_cb(self, win, event):