From 0eb95ff2dbba1fe7213eed2e0140b4d07bda3dd5 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Tue, 22 May 2012 15:47:56 -0700 Subject: CSS Style - Fix issue when changing value to same value minus units. --- js/panels/css-panel/css-style.reel/css-style.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') diff --git a/js/panels/css-panel/css-style.reel/css-style.js b/js/panels/css-panel/css-style.reel/css-style.js index 8fd0f156..84841f5b 100644 --- a/js/panels/css-panel/css-style.reel/css-style.js +++ b/js/panels/css-panel/css-style.reel/css-style.js @@ -292,8 +292,8 @@ exports.CssStyle = Montage.create(Component, { } else if (value !== '0') { this.units = units; } - - this.valueText = value; + + this.valueField.value = value; this.delegate.handleValueChange(rule, property, value, this); } -- cgit v1.2.3