[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Fri Dec 16 21:39:19 CET 2005
SVN commit 489025 by staikos:
lines are lines, not arrows
M +1 -1 kstviewobject.cpp
--- trunk/extragear/graphics/kst/kst/kstviewobject.cpp #489024:489025
@@ -200,7 +200,7 @@
appendChild(arrow.data(), true);
arrow->loadChildren(el);
} else if (el.tagName() == "Line") {
- KstViewLinePtr line = new KstViewArrow(el);
+ KstViewLinePtr line = new KstViewLine(el);
appendChild(line.data(), true);
line->loadChildren(el);
} else if (el.tagName() == "Ellipse") {
More information about the Kst
mailing list