Changeset 468fa8e7e5 in tspsg for src/mainwindow.cpp
- Timestamp:
- Mar 27, 2016, 8:36:12 PM (9 years ago)
- Branches:
- appveyor, imgbot, master
- Children:
- 08d3a94c1c, 21361c757d, 7373d6357f
- Parents:
- b9167cec6d
- git-author:
- Oleksii Serdiuk <contacts@…> (03/27/16 20:36:12)
- git-committer:
- Oleksii Serdiuk <contacts@…> (04/18/16 19:18:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mainwindow.cpp
rb9167cec6d r468fa8e7e5 1446 1446 pic.drawText(QRectF(x - r, y - r, r * 2, r * 2), Qt::AlignCenter, isInteger(step->price) ? QString("\n%1").arg(step->price) : QString("\n%1").arg(step->price, 0, 'f', settings->value("Task/FractionalAccuracy", DEF_FRACTIONAL_ACCURACY).toInt())); 1447 1447 } else { 1448 pic.drawText(QRectF(x - r, y - r, r * 2, r * 2), Qt::AlignCenter, "\n" INFSTR);1448 pic.drawText(QRectF(x - r, y - r, r * 2, r * 2), Qt::AlignCenter, "\n" INFSTR); 1449 1449 } 1450 1450 } else {
Note: See TracChangeset
for help on using the changeset viewer.