Skip to content

Commit

Permalink
Merge pull request #454 from DavidBerger98/fix-painting-tool
Browse files Browse the repository at this point in the history
fix(painting): Fix painting tool
  • Loading branch information
floryst authored Sep 29, 2022
2 parents e741a82 + 3c5e114 commit 108356d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tools/PaintTool/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export default {
);
// representation is in XYZ, not IJK, so slice is in world space
position[view.getAxis()] = representation.getSlice();
manipulator.setOrigin(position);
manipulator.setHandleOrigin(position);
},
enablePainting() {
const paintProxy = this.$proxyManager.createProxy('Widgets', 'Paint');
Expand Down

0 comments on commit 108356d

Please sign in to comment.