Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/0.8.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-dlp committed Dec 10, 2015
2 parents feb19f7 + ce7e379 commit 436bc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperspy/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,7 @@ def disable_adjust_position(self):
enable_adjust_position
"""
self._adjust_position_all = False
self._adjust_position_all = None
while self._position_widgets:
pw = self._position_widgets.pop()
if hasattr(pw, 'component'):
Expand Down

0 comments on commit 436bc2f

Please sign in to comment.