From 2e61b9b6258f29c03cb3b0da48282f3a87590702 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 27 Nov 2023 10:33:00 -0500 Subject: add upstream 13.2 --- wx+/graph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wx+/graph.h') 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& data, const CurveAttributes& ca = CurveAttributes()); -- cgit