Updated Branches:
  refs/heads/develop ea2a3e1b2 -> 938afbd47

FLEX-34054 turned grouping off


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/938afbd4
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/938afbd4
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/938afbd4

Branch: refs/heads/develop
Commit: 938afbd47a7732a5156bfcbdc7a5049270b76b0c
Parents: ea2a3e1
Author: Justin Mclean <[email protected]>
Authored: Thu Feb 6 09:09:54 2014 +1100
Committer: Justin Mclean <[email protected]>
Committed: Thu Feb 6 09:09:54 2014 +1100

----------------------------------------------------------------------
 frameworks/projects/spark/src/spark/components/NumericStepper.as | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/938afbd4/frameworks/projects/spark/src/spark/components/NumericStepper.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/components/NumericStepper.as 
b/frameworks/projects/spark/src/spark/components/NumericStepper.as
index 02d0ebf..6247dce 100644
--- a/frameworks/projects/spark/src/spark/components/NumericStepper.as
+++ b/frameworks/projects/spark/src/spark/components/NumericStepper.as
@@ -797,6 +797,7 @@ public class NumericStepper extends Spinner
             {
                 dataFormatter = new NumberFormatter();
                                dataFormatter.fractionalDigits = Math.max(0, 
(stepSize - Math.floor(stepSize)).toString().length - 2);
+                               dataFormatter.useGrouping = false;
                 addStyleClient(dataFormatter);
             }
 

Reply via email to