105040 Update 移除非必要的函数调用
This commit is contained in:
parent
abeb99c94b
commit
bbd32fa7d8
|
@ -392,7 +392,6 @@ namespace Sinvo.EplanHpD.Plugin.WPFUI.ViewModel
|
||||||
if (cableModel == line.CableModel)
|
if (cableModel == line.CableModel)
|
||||||
{
|
{
|
||||||
line.IsChecked = true;
|
line.IsChecked = true;
|
||||||
line.OnPropertyChanged(nameof(line.IsChecked)); // Ensure property change is notified
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue