We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reset_choices
1 parent 9d6988e commit a2b83caCopy full SHA for a2b83ca
src/napari_matplotlib/scatter.py
@@ -217,13 +217,6 @@ 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"]:
229
while self._selectors[dim].count() > 0:
0 commit comments