Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ImageView.py
diff options
context:
space:
mode:
Diffstat (limited to 'ImageView.py')
-rw-r--r--ImageView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ImageView.py b/ImageView.py
index e2b387a..4b4437d 100644
--- a/ImageView.py
+++ b/ImageView.py
@@ -323,7 +323,7 @@ class ImageViewer(Gtk.DrawingArea, Gtk.Scrollable):
self._zoomtouch_scale = scale
# Set target point to the relative coordinates of this view.
- alloc = self.get_parent().get_allocation()
+ alloc = self.get_allocation()
self._target_point = (center[1] - alloc.x, center[2] - alloc.y)
self.queue_draw()