Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.5.0
-
None
-
Windows (MSVC2010)
Description
The following example demonstrates the issue:
Text {
property double number: 20.1
text: number
}
With Qt 5.4 this displays "20.1". With Qt 5.5 this displays "20.100000000000001".
Attachments
Issue Links
- duplicates
-
QTBUG-47070 [REG 5.4 - 5.5] QtQuick: Decimal value cannot be correctly set to string parameter
- Closed