Skip to content

Commit

Permalink
Merge d90c958 into f9c14d5
Browse files Browse the repository at this point in the history
  • Loading branch information
ntejos committed Feb 8, 2019
2 parents f9c14d5 + d90c958 commit 1281ad3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linetools/guis/spec_widgets.py
Expand Up @@ -1434,7 +1434,8 @@ def on_list_change(self,curr,prev):
self.parent.spec.select = chosen
self.parent.select = chosen
# Re-init and draw
self.parent.init_spec()
# self.parent.init_spec(xlim=self.parent.psdict['x_minmax'], ylim=self.parent.psdict['y_minmax'])
self.parent.init_spec(xlim=self.parent.psdict['x_minmax'])
self.parent.on_draw()
# Extra?
if self.extra_method is not None:
Expand Down

0 comments on commit 1281ad3

Please sign in to comment.