Skip to content

Commit

Permalink
Fix broken remove/clear_figure link.
Browse files Browse the repository at this point in the history
Fix #1857
  • Loading branch information
joernu76 committed Aug 6, 2023
1 parent 4e7e676 commit c460531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mslib/msui/wms_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ def stop_capabilities_retrieval(self):

def clear_map(self):
logging.debug("clear figure")
self.view.clear_figure()
self.view.plotter.clear_figure()
logging.debug("enabling checkboxes in map-options if any")
self.signal_enable_cbs.emit()

Expand Down

0 comments on commit c460531

Please sign in to comment.