From 5e801e13faf3f1bc2e7b2eb5a2a2c52f6513e1c7 Mon Sep 17 00:00:00 2001 From: jiayulong Date: Thu, 4 Jun 2026 11:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=A9=E6=94=BE=E6=97=B6=E6=A8=AA=E5=90=91?= =?UTF-8?q?=E5=92=8CY=E6=96=B9=E5=90=91=E5=90=8C=E6=97=B6=E7=BC=A9?= =?UTF-8?q?=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/mainwindowcurve.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/logPlus/mainwindowcurve.cpp b/logPlus/mainwindowcurve.cpp index e44cdbc..48455bc 100644 --- a/logPlus/mainwindowcurve.cpp +++ b/logPlus/mainwindowcurve.cpp @@ -3338,6 +3338,12 @@ void MainWindowCurve::ZoomIn(float fNewZoom) } } } + if(columnCount>0) + { + int iNewScale = m_iScale/fNewZoom; + //改变缩放比例 + s_changeScale(m_strUuid, iNewScale); + } } //放大