[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Jan 11 22:15:30 CET 2005


CVS commit by staikos: 

incorrect default value


  M +1 -1      kstsettings.cpp   1.17


--- kdeextragear-2/kst/kst/kstsettings.cpp  #1.16:1.17
@@ -152,5 +152,5 @@ void KstSettings::reload() {
 
   cfg.setGroup("Kst");
-  plotUpdateTimer = cfg.readNumEntry("Plot Update Timer", 50);
+  plotUpdateTimer = cfg.readNumEntry("Plot Update Timer", 200);
   backgroundColor = cfg.readColorEntry("Background Color", &backgroundColor);
   foregroundColor = cfg.readColorEntry("Foreground Color", &foregroundColor);




More information about the Kst mailing list