From b2997298071be9c9a9c4e9bb16eadf859611ce0f Mon Sep 17 00:00:00 2001 From: zqm Date: Fri, 31 Oct 2025 13:12:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0TemperatureData.cs=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E6=B8=A9=E5=BA=A6=E5=88=86=E8=BE=A8=E7=8E=87?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Windows/CS/Framework4.0/Toprie/Toprie/TemperatureData.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Windows/CS/Framework4.0/Toprie/Toprie/TemperatureData.cs b/Windows/CS/Framework4.0/Toprie/Toprie/TemperatureData.cs index 8fd26b5..bdf55c3 100644 --- a/Windows/CS/Framework4.0/Toprie/Toprie/TemperatureData.cs +++ b/Windows/CS/Framework4.0/Toprie/Toprie/TemperatureData.cs @@ -125,10 +125,8 @@ namespace JoyD.Windows.CS.Toprie System.Diagnostics.Debug.WriteLine($"根据数据长度自适应宽高: {adaptiveWidth}x{adaptiveHeight} (像素数: {pixelCount})"); // 如果自适应宽高与传入的宽高不同,更新宽高并重新初始化矩阵 - bool isAdaptiveResolution = false; if (adaptiveWidth != Width || adaptiveHeight != Height) { - isAdaptiveResolution = true; Width = adaptiveWidth; Height = adaptiveHeight; TemperatureMatrix = new float[Height, Width];