[Kst] extragear/graphics/kst/src/libkstapp

George Staikos staikos at kde.org
Thu Nov 23 23:27:20 CET 2006


SVN commit 607277 by staikos:

fix warning


 M  +1 -1      datawizard.ui.h  


--- trunk/extragear/graphics/kst/src/libkstapp/datawizard.ui.h #607276:607277
@@ -672,7 +672,7 @@
 	return;
     }
 
-    fontSize = getFontSize(l.count());
+    fontSize = qRound(getFontSize(l.count()));
 
     // create the necessary plots
     app->slotUpdateProgress(n_steps, prg, i18n("Creating plots..."));


More information about the Kst mailing list