[Kst] branches/work/kst/portto4/kst/src/libkstapp

Barth Netterfield netterfield at astro.utoronto.ca
Mon Jun 18 19:10:07 UTC 2012


SVN commit 1301727 by netterfield:

'Save as defaults' for labels saves the font family as well.


 M  +1 -1      labelitem.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/labelitem.cpp #1301726:1301727
@@ -51,7 +51,7 @@
 }
 
 void LabelItem::saveAsDialogDefaults() const {
-  QFont F;
+  QFont F = _font;
   F.setPointSize(_scale);
   LabelItem::saveDialogDefaultsFont(F, _color);
 }


More information about the Kst mailing list