[Kst] branches/work/kst/kst1kde4/kst/src/widgets
Zongyi Zhang
freebody.kst at gmail.com
Fri Mar 12 20:09:43 CET 2010
SVN commit 1102534 by zhang:
continue kst1kde4
A matrixselector.cpp [License: GPL (v2+)]
A matrixselector.h [License: GPL (v2+)]
M +4 -4 stringselector.cpp
A vectorselector.cpp [License: GPL (v2+)]
A vectorselector.h [License: GPL (v2+)]
--- branches/work/kst/kst1kde4/kst/src/widgets/stringselector.cpp #1102533:1102534
@@ -76,8 +76,8 @@
if (!_string->currentText().isNull()) {
selectionWatcher(_string->currentText());
- }
-*/
+ }*/
+
blockSignals(false);
}
@@ -121,8 +121,8 @@
_string->setCurrentText(selection->selected());
}
- delete selection;
-*/
+ delete selection;*/
+
}
void StringSelector::editString()
More information about the Kst
mailing list