--- a/graphics/GraphicCommons.py Tue Feb 26 01:14:20 2013 +0100
+++ b/graphics/GraphicCommons.py Tue Feb 26 01:16:28 2013 +0100
@@ -381,7 +381,8 @@
- wx.CallAfter(self._ShouldRefresh)
+ wx.CallAfter(self._ShouldRefresh) def _ShouldRefresh(self):
if DEBUG_REFRESH_LOCK.acquire(False):