[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Mon Aug 8 20:58:23 CEST 2005


SVN commit 444092 by staikos:

a note about an inefficiency here


 M  +1 -0      labelrenderer.cpp  


--- trunk/extragear/graphics/kst/kst/labelrenderer.cpp #444091:444092
@@ -100,6 +100,7 @@
         if (!fi->expression.isEmpty()) {
           // Parse and evaluate as an equation
           bool ok = false;
+          // FIXME: make more efficient: cache the parsed equation
           double idx = Equation::interpret(fi->expression.latin1(), &ok);
           if (ok) {
             vp->readLock();


More information about the Kst mailing list