From da47702ff06e95ef23ce636e76edb566bc428713 Mon Sep 17 00:00:00 2001 From: Forrest Li Date: Tue, 27 Feb 2018 16:36:55 -0500 Subject: [PATCH] fix(Layout2D): Remove duplicate onActiveSourceChange call --- Sources/layouts/Layout2D.js | 1 - 1 file changed, 1 deletion(-) 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();