[Kst] extragear/graphics/kst/kst
Andrew Walker
arwalker at sumusltd.com
Wed Feb 1 02:12:00 CET 2006
SVN commit 504426 by arwalker:
BUG:121123 Load plot groups correctly, caused by change to _type of KstPlotGroup.
M +1 -1 kstviewobject.cpp
--- trunk/extragear/graphics/kst/kst/kstviewobject.cpp #504425:504426
@@ -194,7 +194,7 @@
pmap->erase(in_tag);
}
}
- } else if (el.tagName() == "plotgroup") {
+ } else if (el.tagName() == "PlotGroup") {
KstPlotGroupPtr plotGroup = new KstPlotGroup(el);
appendChild(plotGroup.data(), true);
plotGroup->loadChildren(el);
More information about the Kst
mailing list