[Kst] [Bug 126998] curveplacement widget does not update correctly when curves are deleted
George Staikos
staikos at kde.org
Tue May 9 13:44:28 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=126998
staikos kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From staikos kde org 2006-05-09 13:44 -------
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