[Kst] branches/work/kst/portto4/kst/src/libkstapp

Peter Kümmel syntheticpp at gmx.net
Sat Mar 19 13:18:58 CET 2011


SVN commit 1225294 by kuemmel:

there are 6 plots in a row, make full rows

 M  +1 -1      commandlineparser.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/commandlineparser.cpp #1225293:1225294
@@ -614,7 +614,7 @@
                 addCurve(kst_cast<Curve>(ptr));
                 count++;
               }
-              if (count >= 40) {
+              if (count >= 6 * 6) {
                 break;
               }
             }


More information about the Kst mailing list