Skip to content

Commit

Permalink
addressed issue #24
Browse files Browse the repository at this point in the history
  • Loading branch information
jirhiker committed Sep 18, 2018
1 parent 269ef63 commit b20c77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wellpy/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def _broadcast_zoom(self, plot, foreign_plot):
broadcaster = BroadcasterTool()
broadcaster.tools.append(zoom)
broadcaster.tools.append(fz)

foreign_plot.overlays.append(fz)
plot.tools.append(broadcaster)

def _calculate_deviations(self, mxs, mys, cxs, cys):
Expand Down

0 comments on commit b20c77c

Please sign in to comment.