[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Mon Mar 7 21:01:59 CET 2005
CVS commit by arwalker:
Correct indentation
M +1 -2 main.cpp 1.101
--- kdeextragear-2/kst/kst/main.cpp #1.100:1.101
@@ -667,6 +667,5 @@ int main(int argc, char *argv[]) {
plot = *plist.at(i_plot);
plot->GenerateDefaultLabels();
- if ((plot->Curves.count()>3) ||
- (in.dolegend)) {
+ if (plot->Curves.count() > 3 || in.dolegend) {
plot->Legend->setShow(true);
plot->Legend->setFront(true);
More information about the Kst
mailing list