[Kst] extragear/graphics/kst/src/libkstapp
George Staikos
staikos at kde.org
Fri Sep 29 05:17:19 CEST 2006
SVN commit 589964 by staikos:
re-merge 589910 after it was reverted when trying to merge the branch
M +4 -1 kst2dplot.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kst2dplot.cpp #589963:589964
@@ -599,6 +599,9 @@
_xReversed = plot._xReversed;
_yReversed = plot._yReversed;
+ _lineWidthMarkers = plot._lineWidthMarkers;
+ _lineStyleMarkers = plot._lineStyleMarkers;
+
Curves = plot.Curves;
}
@@ -5633,7 +5636,7 @@
void Kst2DPlot::plotPlotMarkers(KstPainter& p,
double m_X, double b_X, double x_max, double x_min,
double y_px, double ytop_bdr_px, double ybot_bdr_px) {
- int width = lineWidthMarkers() * p.lineWidthAdjustmentFactor();
+ const int width = lineWidthMarkers() * p.lineWidthAdjustmentFactor();
if (defaultColorMarker()) {
p.setPen(QPen(foregroundColor(), width, KstLineStyle[lineStyleMarkers()]));
More information about the Kst
mailing list