You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/02/14 08:05:29 UTC

[GitHub] [royale-asjs] pashminakazi edited a comment on issue #706: Panel Overlapped after downloading new SDK

pashminakazi edited a comment on issue #706: Panel Overlapped after downloading new SDK
URL: https://github.com/apache/royale-asjs/issues/706#issuecomment-586142932
 
 
   What to change in NumberFormatter Precision Function? 
    ```
   public function set precision(value:Object):void
           {
               //precisionOverride = value;
   
               _precision = value != null ?
                            int(value) : int(value)
                           /* resourceManager.getInt(
                                "formatters", "numberFormatterPrecision") */ ;
           }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services