Wrong decimal separator presentation on result when using locale

Issue #72 closed
Former user created an issue

Originally reported on Google Code with ID 72

What steps will reproduce the problem?
1. Choose autodetection of the decimal separator
2. Type any expression that will result in a non-integer value (e.g. 7/5)

What is the expected output? What do you see instead?
Result should have decimal separator according to locale settings, thus
making possible to insert directly in evaluator by clicking the result.
Instead, a dot is always presented.

Reported by helder.pereira.correia on 2007-07-17 08:12:26

Comments (4)

  1. Former user Account Deleted

    ``` Fixed in branches/0.8, will be merged into trunk later. ```

    Reported by `helder.pereira.correia` on 2007-07-22 21:27:41 - Status changed: `Fixed`

  2. Former user Account Deleted

    ``` Issue 71 has been merged into this issue. ```

    Reported by `helder.pereira.correia` on 2009-08-10 11:44:46

  3. Log in to comment