[Kst] extragear/graphics/kst/kst
Andrew Walker
arwalker at sumusltd.com
Wed Aug 17 00:54:39 CEST 2005
SVN commit 449874 by arwalker:
Set reasonable defaults for the curve bar properties, so we don't randomly end up with or without bars
M +3 -1 kstvcurve.cpp
--- trunk/extragear/graphics/kst/kst/kstvcurve.cpp #449873:449874
@@ -51,11 +51,13 @@
const QColor &in_color)
: KstBaseCurve() {
setHasPoints(false);
+ setHasBars(false);
setHasLines(true);
setLineWidth(0);
setLineStyle(0);
+ setBarStyle(0);
setPointDensity(0);
-
+
commonConstructor(in_tag, in_color);
if (in_X) {
_inputVectors[COLOR_XVECTOR] = in_X;
More information about the Kst
mailing list