We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5495e66 commit 751634fCopy full SHA for 751634f
src/napari_feature_classifier/annotator_widget.py
@@ -138,6 +138,7 @@ def __init__(
138
self._last_selected_label_layer.data,
139
scale=self._last_selected_label_layer.scale,
140
name="Annotations",
141
+ translate=self._last_selected_label_layer.translate,
142
)
143
self._annotations_layer.editable = False
144
src/napari_feature_classifier/classifier_widget.py
@@ -254,6 +254,7 @@ def __init__(
254
255
256
name="Predictions",
257
258
259
260
# Set the label selection to a valid label layer => Running into proxy bug
0 commit comments