SVN commit 538947 by staikos: fix for 126998 M +1 -1 curveplacementwidget.ui.h --- branches/kst/hfi_calib/kst/kst/curveplacementwidget.ui.h #538946:538947 @@ -85,7 +85,7 @@ _plotList->insertItem(*i); } - if (!old.isNull() && _plotList->count() > 0) { + if (!old.isNull() && plots.contains(old)) { _plotList->setCurrentText(old); } }