[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Wed Jan 21 00:29:21 CET 2004
CVS commit by arwalker:
Ensure that the vector select widgets are updated when a new curve is created through the Quick Curve dialog.
M +4 -1 kstcurvedialog_i.cpp 1.30
--- kdeextragear-2/kst/kst/kstcurvedialog_i.cpp #1.29:1.30
@@ -107,5 +107,8 @@ void KstCurveDialogI::update(int new_ind
Select->setCurrentText(save);
Select->blockSignals(false);
- return;
+ //
+ // do not return here as the signal may indicate that we have both a new
+ // curve and a new vector. So far we have dealt only with the new curve.
+ //
}
}
More information about the Kst
mailing list