Skip to content

Commit

Permalink
Merge pull request #452 from Kitware/fix-axes-visibility
Browse files Browse the repository at this point in the history
fix(VtkView): force orientation axes visibility
  • Loading branch information
floryst authored Sep 29, 2022
2 parents 9eef177 + 5bd0fad commit e741a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/core/VtkView/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export default {
if (view) {
this.internalViewId = view.getProxyId();
view.setContainer(this.$el.querySelector('.js-view'));
view.setOrientationAxesVisibility(this.axisVisible);
const widgetManager = view.getReferenceByName('widgetManager');
if (widgetManager) {
widgetManager.setUseSvgLayer(true);
Expand Down

0 comments on commit e741a82

Please sign in to comment.