[Kst] extragear/graphics/kst/kst

Barth Netterfield netterfield at astro.utoronto.ca
Sun Jan 22 04:34:14 CET 2006


SVN commit 501101 by netterfield:

BUG:

Use more precision in writing kst files, so that, eg,
slightly different xmin and xmax in axis ranges will work.



 M  +2 -1      kstdoc.cpp  


--- trunk/extragear/graphics/kst/kst/kstdoc.cpp #501100:501101
@@ -713,9 +713,10 @@
   // FIXME: KIO enable
   QTextStream ts(&f);
   ts.setEncoding(QTextStream::UnicodeUTF8);
+  ts.precision(14);
 
   _lastFilePath = KURL(filename).path();
-  
+
   saveDocument(ts, saveAbsoluteVectorPositions);
 
   f.close();


More information about the Kst mailing list