[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Tue Nov 1 01:32:02 CET 2005


SVN commit 476264 by staikos:

1000 does seem best, though dropping it very low seems to help near the edges


 M  +1 -2      kstvcurve.cpp  


--- trunk/extragear/graphics/kst/kst/kstvcurve.cpp #476263:476264
@@ -46,8 +46,7 @@
 #endif
 
 // for painting
-#define MAX_NUM_POLYLINES       300
-//#define MAX_NUM_POLYLINES       1000
+#define MAX_NUM_POLYLINES       1000
 
 static const QString& COLOR_XVECTOR = KGlobal::staticQString("X");
 static const QString& COLOR_YVECTOR = KGlobal::staticQString("Y");


More information about the Kst mailing list