##// END OF EJS Templates
Fix positioning errors with category ticks...
Fix positioning errors with category ticks Two problems are fixed in this commit: 1) Rounding errors caused by use of int instead of qreal made category axes to be one pixel off 50% of the time. 2) Bar category axes offset was calculated incorrectly, and again with rounding errors stemming from use of int. Also fixed some code style issues in related code. Task-number: QTRD-1920 Reviewed-by: Mika Salmela

File last commit:

r2069:fff5aa874bbe
r2436:da2d1b637d93
Show More
resources.qrc
11 lines | 472 B | text/plain | TextLexer
<RCC>
<qresource prefix="/">
<file>qml/qmlcustomlegend/loader.qml</file>
<file>qml/qmlcustomlegend/main.qml</file>
<file>qml/qmlcustomlegend/CustomLegend.qml</file>
<file>qml/qmlcustomlegend/ChartViewStacked.qml</file>
<file>qml/qmlcustomlegend/ChartViewHighlighted.qml</file>
<file>qml/qmlcustomlegend/ChartViewSelector.qml</file>
<file>qml/qmlcustomlegend/AnimatedAreaSeries.qml</file>
</qresource>
</RCC>