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;
}
}