[Kst] extragear/graphics/kst/kst
Andrew Walker
arwalker at sumusltd.com
Wed Oct 19 22:43:18 CEST 2005
SVN commit 472104 by arwalker:
BUG:114724 Set the minus Y error to be the same as the plus Y error when the Y error is set from the command line
M +1 -0 main.cpp
--- trunk/extragear/graphics/kst/kst/main.cpp #472103:472104
@@ -534,6 +534,7 @@
evector = GetOrCreateVector(*(errorList.at(i_ycol)), file, in);
if (evector) {
curve->setYError(KstVectorPtr(evector));
+ curve->setYMinusError(KstVectorPtr(evector));
}
}
More information about the Kst
mailing list