From bbd32fa7d8d6d8251b565064f2721ea37ac81a95 Mon Sep 17 00:00:00 2001 From: lihanbo Date: Tue, 17 Dec 2024 15:12:01 +0800 Subject: [PATCH] =?UTF-8?q?105040=20Update=20=E7=A7=BB=E9=99=A4=E9=9D=9E?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E7=9A=84=E5=87=BD=E6=95=B0=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sinvo.EplanHpD.Plugin.WPFUI/ViewModel/LayoutHelperViewModel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/ViewModel/LayoutHelperViewModel.cs b/Sinvo.EplanHpD.Plugin.WPFUI/ViewModel/LayoutHelperViewModel.cs index 51f99d0..e42ef07 100644 --- a/Sinvo.EplanHpD.Plugin.WPFUI/ViewModel/LayoutHelperViewModel.cs +++ b/Sinvo.EplanHpD.Plugin.WPFUI/ViewModel/LayoutHelperViewModel.cs @@ -392,7 +392,6 @@ namespace Sinvo.EplanHpD.Plugin.WPFUI.ViewModel if (cableModel == line.CableModel) { line.IsChecked = true; - line.OnPropertyChanged(nameof(line.IsChecked)); // Ensure property change is notified } } }