Fix typo.

This commit is contained in:
Tomeu Vizoso 2007-09-04 20:22:58 +02:00
parent c418d0575a
commit 0ad6398cf1

View File

@ -630,7 +630,7 @@ class CanvasInvoker(Invoker):
self._motion_notify_event_cb)
def get_default_position(self):
return Palette.AT_CURSOR
return self.AT_CURSOR
def get_rect(self):
context = self._item.get_context()