[Kst] extragear/graphics/kst/kst
Andrew Walker
arwalker at sumusltd.com
Fri Jun 10 18:10:30 CEST 2005
SVN commit 424057 by arwalker:
Handle _usePlotColor in copy constructor
M +1 -3 kstgraphicsbase.cpp
--- trunk/extragear/graphics/kst/kst/kstgraphicsbase.cpp #424056:424057
@@ -15,8 +15,6 @@
* *
***************************************************************************/
-#include <math.h>
-
// include files for Qt
#include <qstylesheet.h>
@@ -53,7 +51,7 @@
_type = graphic.type();
_highlighted = false;
_banded = false;
- _usePlotColor = false;
+ _usePlotColor = graphic._usePlotColor;
_style = graphic.lineStyle();
_color = graphic.color();
_width = graphic.lineWidth();
More information about the Kst
mailing list