We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e741a82 + 3c5e114 commit 108356dCopy full SHA for 108356d
src/components/tools/PaintTool/script.js
@@ -446,7 +446,7 @@ export default {
446
);
447
// representation is in XYZ, not IJK, so slice is in world space
448
position[view.getAxis()] = representation.getSlice();
449
- manipulator.setOrigin(position);
+ manipulator.setHandleOrigin(position);
450
},
451
enablePainting() {
452
const paintProxy = this.$proxyManager.createProxy('Widgets', 'Paint');
0 commit comments