summaryrefslogtreecommitdiff
path: root/wx+/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/graph.h')
-rw-r--r--wx+/graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/graph.h b/wx+/graph.h
index 2f73a643..d7ea51b5 100644
--- a/wx+/graph.h
+++ b/wx+/graph.h
@@ -212,7 +212,7 @@ public:
CurveFillMode fillMode = CurveFillMode::none;
wxColor fillColor;
- int lineWidth = fastFromDIP(2);
+ int lineWidth = dipToWxsize(2);
};
void addCurve(const SharedRef<CurveData>& data, const CurveAttributes& ca = CurveAttributes());
bgstack15