##// 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
qmlcustomlegend.pro
8 lines | 190 B | text/idl | PrologLexer
!include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
RESOURCES += resources.qrc
SOURCES += main.cpp
include(qmlapplicationviewer/qmlapplicationviewer.pri)