diff options
author | Ananya Sen | 2012-04-23 15:58:33 -0700 |
---|---|---|
committer | Ananya Sen | 2012-04-23 15:58:33 -0700 |
commit | 78b87d056fd2f43e9e8801c859274a1b00b35c33 (patch) | |
tree | 9ffbe8a88af62a0a1427cad6e22fb552fe0a7086 /js/code-editor | |
parent | 46c3c16d0a7c737a2669b1684cdb1ede74a628c0 (diff) | |
download | ninja-78b87d056fd2f43e9e8801c859274a1b00b35c33.tar.gz |
IKNINJA-1529 : zooming to fix font overlap issue
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/code-editor')
-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 | ||