diff options
author | Armen Kesablyan | 2012-07-02 13:19:00 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-07-02 13:19:00 -0700 |
commit | 8966fc4903f0eec61816d9b9bdbcac9b7d99c320 (patch) | |
tree | 61e28ea928152a1f50139c81a16581ca5c273bbe /js/tools | |
parent | b194664df7e01aaeb8d1e7220a6de0e7f879f1db (diff) | |
download | ninja-8966fc4903f0eec61816d9b9bdbcac9b7d99c320.tar.gz |
Bug: Font Name & Size not updating text tool
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/tools')
-rwxr-xr-x | js/tools/TextTool.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/tools/TextTool.js b/js/tools/TextTool.js index aa79b8bc..ffaa4f24 100755 --- a/js/tools/TextTool.js +++ b/js/tools/TextTool.js | |||
@@ -168,7 +168,6 @@ exports.TextTool = Montage.create(DrawingTool, { | |||
168 | 168 | ||
169 | if(wasSelected) { | 169 | if(wasSelected) { |
170 | NJevent("enableStageMove"); | 170 | NJevent("enableStageMove"); |
171 | this.options.defineInitialProperties(); | ||
172 | this.application.ninja.stage.stageDeps.snapManager.setupDragPlaneFromPlane( workingPlane ); | 171 | this.application.ninja.stage.stageDeps.snapManager.setupDragPlaneFromPlane( workingPlane ); |
173 | } else { | 172 | } else { |
174 | this.selectedElement = null; | 173 | this.selectedElement = null; |