Summary: | Plot groups are not restored from kst file | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Walker
2006-02-01 01:59:04 UTC
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); |