Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-06 | statistics: don't place labels at half-integer values | Berthold Stoeger | |
Placing labels at half-integer values gives horrible rendering artifacts. Therefore, always round to integer values. The easiest way to do this is right before setting the position. Introduce a helper function to round QPointF in such scenarios. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> |