diff --git a/Sources/layouts/Layout2D.js b/Sources/layouts/Layout2D.js index e0d2a3d5..255328ae 100644 --- a/Sources/layouts/Layout2D.js +++ b/Sources/layouts/Layout2D.js @@ -156,7 +156,6 @@ export default class Layout2D extends React.Component { reps[i].setSlicingMode('XYZ'[state.axis]); } } - this.onActiveSourceChange(); this.props.proxyManager.modified(); this.view.resetCamera(); this.view.renderLater();