We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reset_choices()
1 parent 26a4057 commit ed8fc0aCopy full SHA for ed8fc0a
src/napari_matplotlib/scatter.py
@@ -217,12 +217,8 @@ def on_update_layers(self) -> None:
217
"""
218
Called when the layer selection changes by ``self.update_layers()``.
219
220
- if hasattr(self, "_key_selection_widget"):
221
- self._key_selection_widget.reset_choices()
222
-
223
# reset the axis keys
224
self._x_axis_key = None
225
- self._y_axis_key = None
226
227
# Clear combobox
228
for dim in ["x", "y"]:
0 commit comments