Skip to content

Commit

Permalink
define Straditizer.magni class attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Dec 28, 2018
1 parent 63f85da commit 19499d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions straditize/straditizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ class Straditizer(LabelSelection):
#: :class:`straditize.widgets.progress_list.ProgressWidget` class
_done_tasks = set()

#: The :class:`straditize.magnifier.Magnifier` for the diagram image
magni = None

@property
def valid_attrs(self):
attrs = self.attrs
Expand Down

0 comments on commit 19499d0

Please sign in to comment.