From 4ac77bf7cafb8125872d8671b88222a7134d48d3 Mon Sep 17 00:00:00 2001 From: jiayulong Date: Tue, 19 May 2026 13:56:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/qmycustomplot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logPlus/qmycustomplot.cpp b/logPlus/qmycustomplot.cpp index 08cdad8..504342a 100644 --- a/logPlus/qmycustomplot.cpp +++ b/logPlus/qmycustomplot.cpp @@ -12457,7 +12457,7 @@ void QMyCustomPlot::drawDipAngle(double centerX, double centerY, float ifdir[360 for (int i = 0; i < lineNumber; ++i) { double currY = startX - i * step; - // 🔥🔥🔥 核心:æ¯ä¸ªåˆ»åº¦å•独计算长度(和你GDI完全一样,æ¯ä¸ªé•¿åº¦ä¸åŒï¼‰ + //核心:æ¯ä¸ªåˆ»åº¦å•独计算长度(和你GDI完全一样,æ¯ä¸ªé•¿åº¦ä¸åŒï¼‰ double dynamicLen = 0.1 * ifdir[i] / dirmax + lineHeight; QCPItemLine *scaleLine = new QCPItemLine(this);