diff options
Diffstat (limited to 'js/stage')
-rwxr-xr-x | js/stage/layout.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/stage/layout.js b/js/stage/layout.js index 4eecd4d5..7b6e47e7 100755 --- a/js/stage/layout.js +++ b/js/stage/layout.js | |||
@@ -136,6 +136,7 @@ exports.Layout = Montage.create(Component, { | |||
136 | value: function(updatePlanes) { | 136 | value: function(updatePlanes) { |
137 | if(updatePlanes) { | 137 | if(updatePlanes) { |
138 | drawUtils.updatePlanes(); | 138 | drawUtils.updatePlanes(); |
139 | this.application.ninja.stage.stageDeps.snapManager._isCacheInvalid = true; | ||
139 | } | 140 | } |
140 | 141 | ||
141 | if(this.stage.appModel.show3dGrid) { | 142 | if(this.stage.appModel.show3dGrid) { |