[Kst] extragear/graphics/kst/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Fri Dec 2 00:54:00 CET 2005
SVN commit 484806 by netterfield:
BUG:
Num points for svectors was not being set.
M +1 -1 kstvectordialog_i.cpp
--- trunk/extragear/graphics/kst/kst/kstvectordialog_i.cpp #484805:484806
@@ -420,7 +420,6 @@
int p_N;
double p_xMin, p_xMax;
-
p_N = _NDirty ? _w->_N->value() : svp->length();
p_xMin = _xMinDirty ? _w->_xMin->text().toDouble() : svp->min();
p_xMax = _xMaxDirty ? _w->_xMax->text().toDouble() : svp->max();
@@ -635,6 +634,7 @@
_fileNameDirty = true;
_f0Dirty = true;
_nDirty = true;
+ _NDirty = true;
_countFromEndDirty = true;
_readToEndDirty = true;
_doFilterDirty = true;
More information about the Kst
mailing list