[Kst] extragear/graphics/kst/src/widgets
George Staikos
staikos at kde.org
Tue May 9 13:44:23 CEST 2006
SVN commit 538945 by staikos:
Update the plot list properly
BUG: 126998
M +1 -1 curveplacementwidget.ui.h
--- trunk/extragear/graphics/kst/src/widgets/curveplacementwidget.ui.h #538944:538945
@@ -85,7 +85,7 @@
_plotList->insertItem(*i);
}
- if (!old.isNull() && _plotList->count() > 0) {
+ if (!old.isNull() && plots.contains(old)) {
_plotList->setCurrentText(old);
}
}
More information about the Kst
mailing list