Skip to content

Commit 108356d

Browse files
authored
Merge pull request #454 from DavidBerger98/fix-painting-tool
fix(painting): Fix painting tool
2 parents e741a82 + 3c5e114 commit 108356d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tools/PaintTool/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ export default {
446446
);
447447
// representation is in XYZ, not IJK, so slice is in world space
448448
position[view.getAxis()] = representation.getSlice();
449-
manipulator.setOrigin(position);
449+
manipulator.setHandleOrigin(position);
450450
},
451451
enablePainting() {
452452
const paintProxy = this.$proxyManager.createProxy('Widgets', 'Paint');

0 commit comments

Comments
 (0)