[Kst] extragear/graphics/kst/src/libkstapp
Andrew Walker
arwalker at sumusltd.com
Mon Feb 12 21:57:12 CET 2007
SVN commit 632990 by arwalker:
BUG:140520 don't modify font size on plots created with data wizard as it results in too many inconsistencies
M +2 -1 datawizard.ui.h
--- trunk/extragear/graphics/kst/src/libkstapp/datawizard.ui.h #632989:632990
@@ -928,7 +928,8 @@
pp->getOrCreateLegend();
}
}
- pp->setPlotLabelFontSizes(fontSize);
+// see bug report 140520 before enabling the following line.
+// pp->setPlotLabelFontSizes(fontSize);
++pit;
}
More information about the Kst
mailing list