[Kst] branches/work/kst/hierarchy/kst/src/libkst
Eli Fidler
eli at staikos.net
Fri Jan 5 00:32:32 CET 2007
SVN commit 619994 by fidler:
fix for display tags.. this fixes the "change sample ranges" issue
M +1 -1 kstobject.cpp
--- branches/work/kst/hierarchy/kst/src/libkst/kstobject.cpp #619993:619994
@@ -45,7 +45,7 @@
int KstObject::operator==(const QString& tag) const {
- return (tag == _tag.tagString()) ? 1 : 0;
+ return (tag == _tag.tagString() || tag == _tag.displayString()) ? 1 : 0;
}
More information about the Kst
mailing list