[Kst] [Bug 140520] Font size for newly created plot is incorrect
Andrew Walker
arwalker at sumusltd.com
Mon Feb 12 21:57:16 CET 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=140520
arwalker sumusltd com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From arwalker sumusltd com 2007-02-12 21:57 -------
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