Decimal separator issue when inserting constants

Issue #66 closed
Former user created an issue

Originally reported on Google Code with ID 66

What steps will reproduce the problem?
If one has automatic detection of decimal separator or comma set as decimal
separator, inserting a constant from the factory provided be the
application will cause weird results. That is due to a lack of decimal
separator awareness by the constant inserter method. The separator is
always a dot.

Reported by helder.pereira.correia on 2007-07-15 00:21:16

Comments (3)

  1. Former user Account Deleted

    ``` The decimal separator is now set according to the settings.

    Fixed in branches/0.8 and trunk. ```

    Reported by `helder.pereira.correia` on 2007-07-17 01:08:32 - Status changed: `Fixed`

  2. Log in to comment