[Kst] [Bug 129271] Plot Dialog -> Apply Settings to: This Window is buggy.
Andrew Walker
arwalker at sumusltd.com
Tue Jun 20 00:32:56 CEST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=129271
------- Additional Comments From arwalker sumusltd com 2006-06-20 00:32 -------
SVN commit 553083 by arwalker:
CCBUG:129271 revert name of y-vector to -sv from -ysv
M +2 -2 kstequation.cpp
--- trunk/extragear/graphics/kst/src/libkstmath/kstequation.cpp #553082:553083
@ -157,7 +157,7 @
_xOutVector = _outputVectors.insert(XOUTVECTOR, xv);
xv->setProvider(this);
- KstVectorPtr yv = new KstVector(tagName()+"-ysv" , 2);
+ KstVectorPtr yv = new KstVector(tagName()+"-sv" , 2);
KST::addVectorToList(yv);
_yOutVector = _outputVectors.insert(YOUTVECTOR, yv);
yv->setProvider(this);
@ -327,7 +327,7 @
void KstEquation::setTagName(const QString &in_tag) {
KstObject::setTagName(in_tag);
(*_xOutVector)->setTagName(in_tag+"-xsv");
- (*_yOutVector)->setTagName(in_tag+"-ysv");
+ (*_yOutVector)->setTagName(in_tag+"-sv");
}
More information about the Kst
mailing list