From 8966fc4903f0eec61816d9b9bdbcac9b7d99c320 Mon Sep 17 00:00:00 2001 From: Armen Kesablyan Date: Mon, 2 Jul 2012 13:19:00 -0700 Subject: Bug: Font Name & Size not updating text tool Signed-off-by: Armen Kesablyan --- js/tools/TextTool.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js/tools/TextTool.js') 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, { if(wasSelected) { NJevent("enableStageMove"); - this.options.defineInitialProperties(); this.application.ninja.stage.stageDeps.snapManager.setupDragPlaneFromPlane( workingPlane ); } else { this.selectedElement = null; -- cgit v1.2.3 From 04343eda8c2f870b0da55cfdc8003c99fe1cc4de Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:53:10 -0700 Subject: Remove trailing spaces --- js/tools/TextTool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/tools/TextTool.js') diff --git a/js/tools/TextTool.js b/js/tools/TextTool.js index 3649b11b..ce8a79e8 100755 --- a/js/tools/TextTool.js +++ b/js/tools/TextTool.js @@ -189,7 +189,7 @@ exports.TextTool = Montage.create(DrawingTool, { Configure: { value: function(wasSelected) { - + if(wasSelected) { NJevent("enableStageMove"); this.options.defineInitialProperties(); -- cgit v1.2.3