[Kst] branches/work/kst/portto4/kst/src/libkstapp
Barth Netterfield
netterfield at astro.utoronto.ca
Thu May 26 03:43:03 CEST 2011
SVN commit 1233565 by netterfield:
If a search in the data wizard finds an entry (which is moved to the top) then scroll
the vectors list widget to the top so you can see it.
M +3 -0 datawizard.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/datawizard.cpp #1233564:1233565
@@ -310,7 +310,10 @@
for (int i=0; i<selected.count(); i++) {
_vectors->item(i)->setSelected(true);
}
+ if (selected.count()>0) {
+ _vectors->scrollToTop();
}
+}
void DataWizardPageVectors::searchVectors() {
More information about the Kst
mailing list