Revision 1b64c67...

Go back to digest for 27th November 2011

Bug Fixes in Office

Sebastian Sauer committed changes in [calligra] plugins/chartshape/kdchart/src/KDChartCartesianAxis.cpp:

Fix displaying of axis-labels if they would overlap.
Looks as that fix for bug 4179 was wrong and should never have been landed cause it completely breaks displaying of labels and ticks on the axis if the labels would overlap. In such cases we only displayed the first label+tick but completely ignored all following ones. Now we only skip the label that would overlap and then display only each e.g. 2th label while still drawing all ticks as expected. The proper fix for bug 4179 was landed later. So, no new regressions :)

File Changes

Modified 1 files
  • plugins/chartshape/kdchart/src/KDChartCartesianAxis.cpp
1 files changed in total