Skip to content

Commit

Permalink
fix: clear
Browse files Browse the repository at this point in the history
  • Loading branch information
fdrgsp committed Aug 9, 2024
1 parent 63e2bb7 commit f3266a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymmcore_widgets/hcs/_plate_navigator_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def setPlate(self, plan: useq.WellPlate | useq.WellPlatePlan) -> None:

def clear(self) -> None:
"""Clear the plate view."""
self._plate_view.clear()
self._plate_view._scene.clear()

def _on_position_changed(self, position: tuple[float, float] | None) -> None:
if position is None:
Expand Down

0 comments on commit f3266a5

Please sign in to comment.