Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2013-05-15 03:18:05 (GMT)
committer Agustin Zubiaga <aguz@localhost.localdomain>2013-06-03 19:06:59 (GMT)
commitdc74339da7050f54d6bb5e87469b2023b932c1d7 (patch)
tree90e54732d102dc124ab651d0a0d985a6774d6206
parentbe07843f458437af36d6e35a76a9f4d35add206a (diff)
Don't change zoom after or before going fullscreen
-rw-r--r--ImageViewerActivity.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/ImageViewerActivity.py b/ImageViewerActivity.py
index b45e36c..4e4f237 100644
--- a/ImageViewerActivity.py
+++ b/ImageViewerActivity.py
@@ -209,14 +209,6 @@ class ImageViewerActivity(activity.Activity):
self.view._touch_center = controller.get_center()
self.view.set_zoom_relative(scale)
- def fullscreen(self):
- self.view.update_optimal_zoom()
- activity.Activity.fullscreen(self)
-
- def unfullscreen(self):
- activity.Activity.unfullscreen(self)
- self.view.update_optimal_zoom()
-
def _add_toolbar_buttons(self, toolbar_box):
activity_button = ActivityToolbarButton(self)
toolbar_box.toolbar.insert(activity_button, 0)