SVN commit 472128 by staikos: backport error bar commandline fix CCBUG: 114724 M +1 -0 main.cpp --- branches/work/kst/1.1/kst/kst/main.cpp #472127:472128 @@ -548,6 +548,7 @@ evector = GetOrCreateVector(*(errorList.at(i_ycol)), file, in); if (evector) { curve->setYError(KstVectorPtr(evector)); + curve->setYMinusError(KstVectorPtr(evector)); } }