[Kst] extragear/graphics/kst/src/libkstapp
Andrew Walker
arwalker at sumusltd.com
Tue Mar 28 20:49:23 CEST 2006
SVN commit 523653 by arwalker:
Copy all ellipse properties
M +3 -0 kstviewellipse.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kstviewellipse.cpp #523652:523653
@@ -56,6 +56,9 @@
KstViewEllipse::KstViewEllipse(const KstViewEllipse& ellipse)
: KstViewObject(ellipse) {
+ _transparentFill = ellipse._transparentFill;
+ _borderWidth = ellipse._borderWidth;
+ _borderColor = ellipse._borderColor;
// these always have these values
_type = "Ellipse";
More information about the Kst
mailing list