Version: (using Devel) Installed from: Compiled sources When the Title, Subtitle or Footer checkboxes are checked in the chart tool, the plot area shrinks to give space for the item in question. However, when the same checkbox is unchecked, the plotarea doesn't grow back to reclaim the now unused space. Another thing, which perhaps should be in a separate bug, but perhaps not, is that when the subtitle is checked but not title is present, there is still room left for the non-existent title.
The same problem exists for the axis titles, as the plot area doesn't grow when they're hidden.
SVN commit 1108030 by ingwa: Fix bug 171324: plot area shrinks but never grows Make the plotarea grow when the title/subtitle/footer is disabled. Also, simplify the code much. BUG: 171324 M +49 -53 ChartShape.cpp M +4 -4 ChartShape.h M +4 -17 ChartTool.cpp M +2 -4 Legend.cpp M +3 -4 PlotArea.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1108030
You need to log in before you can comment on or make changes to this bug.