[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Wed Nov 17 18:32:54 CET 2004


CVS commit by staikos: 

plot update timer reduced to 200ms from 50ms, as requested by Barth and Marc-
Antoine


  M +1 -1      kstsettings.cpp   1.11


--- kdeextragear-2/kst/kst/kstsettings.cpp  #1.10:1.11
@@ -22,5 +22,5 @@
 
 KstSettings::KstSettings() {
-  plotUpdateTimer = 50;
+  plotUpdateTimer = 200;
   backgroundColor = QColor(255, 255, 255); // white
   foregroundColor = QColor(0,0,0); // black





More information about the Kst mailing list