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.
1 parent a43bedd commit baea146Copy full SHA for baea146
src/napari_deeplabcut/keypoints.py
@@ -19,7 +19,7 @@ def _change_size(self, value):
19
self.layer.events.size()
20
21
22
-QtPointsControls.changeSize = _change_size
+QtPointsControls.changeCurrentSize = _change_size
23
24
25
class LabelMode(CycleEnum):
0 commit comments