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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ImageView.py b/ImageView.py
index 356b794..16c34af 100644
--- a/ImageView.py
+++ b/ImageView.py
@@ -197,6 +197,7 @@ class ImageViewer(gtk.DrawingArea):
logging.warning('Got unsupported rotate angle')
self._temp_pixbuf = self.pixbuf.rotate_simple(rotate)
+ self.set_zoom(self.zoom)
if self._optimal_zoom_flag == True:
self.zoom = self.calculate_optimal_zoom(pixbuf=self._temp_pixbuf)