Version: (using KDE 4.4.3) OS: Linux Installed from: Archlinux Packages The line width setting recently added is not being used. This bug has two parts: 1. Setting the default width when creating reports The class MyMoneyReport has to load the default value from the config instead of setting to a fixed value of 2 2. Actually modifying the line width The method KReportChartView::setLineWidth should modify the line width of the chart lines, but it isn't working at the moment
SVN commit 1129780 by asoliverez: Fixed the way the line width was being set in the charts, and how the mymoneyreport was being instantiated to get the line width value from the settings. BUG:238554 M +9 -3 mymoney/mymoneyreport.cpp M +7 -2 reports/kreportchartview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1129780