From 91a4b250b1ad26dc2d5da2a7debb1df7f47374fb Mon Sep 17 00:00:00 2001 From: thomahl <thomahl@stud.ntnu.no> Date: Sun, 3 May 2020 23:14:33 +0200 Subject: [PATCH] #161 fjerner ubrukt variabel --- soitool/inline_editable_soi_view.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/soitool/inline_editable_soi_view.py b/soitool/inline_editable_soi_view.py index 7ee6ced..d78daf2 100644 --- a/soitool/inline_editable_soi_view.py +++ b/soitool/inline_editable_soi_view.py @@ -258,8 +258,6 @@ class InlineEditableSOIView(QScrollArea): # Necessary to make the scroll area fill the space it's given self.setWidgetResizable(True) - self.zoom_level = 1 - # Scene and view widgets self.scene = QGraphicsScene() self.setup_scene() -- GitLab