diff options
Diffstat (limited to 'js/ui/menu/menu-controller.js')
-rw-r--r-- | js/ui/menu/menu-controller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ui/menu/menu-controller.js b/js/ui/menu/menu-controller.js index d93e96bd..c80745f4 100644 --- a/js/ui/menu/menu-controller.js +++ b/js/ui/menu/menu-controller.js | |||
@@ -151,7 +151,7 @@ exports.MenuController = Montage.create(Component, { | |||
151 | handlegrid: { | 151 | handlegrid: { |
152 | value: function(value) { | 152 | value: function(value) { |
153 | this.topLevelMenu[2].entries[5].checked = !this.topLevelMenu[2].entries[5].checked; | 153 | this.topLevelMenu[2].entries[5].checked = !this.topLevelMenu[2].entries[5].checked; |
154 | document.application.model.show3dGrid = this.topLevelMenu[2].entries[4].checked; | 154 | document.application.model.show3dGrid = this.topLevelMenu[2].entries[5].checked; |
155 | } | 155 | } |
156 | }, | 156 | }, |
157 | 157 | ||