diff options
Diffstat (limited to 'js/code-editor/ui')
-rw-r--r-- | js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.js b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.js index 237be46c..41fd991e 100644 --- a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.js +++ b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.js | |||
@@ -24,7 +24,7 @@ var CodeEditorViewOptions = exports.CodeEditorViewOptions = Montage.create(Compo | |||
24 | 24 | ||
25 | Object.defineBinding(this.zoomHottext , "value", { | 25 | Object.defineBinding(this.zoomHottext , "value", { |
26 | boundObject: this.application.ninja.codeEditorController, | 26 | boundObject: this.application.ninja.codeEditorController, |
27 | boundObjectPropertyPath: "editorFont", | 27 | boundObjectPropertyPath: "zoomFactor", |
28 | oneway : false | 28 | oneway : false |
29 | }); | 29 | }); |
30 | 30 | ||