Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/palette.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/graphics/palette.py')
-rw-r--r--sugar/graphics/palette.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/palette.py b/sugar/graphics/palette.py
index 2b5b671..2d12c63 100644
--- a/sugar/graphics/palette.py
+++ b/sugar/graphics/palette.py
@@ -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()