From 5fa3872e3dd980ac016c0a90a9d71e148ede17e3 Mon Sep 17 00:00:00 2001 From: Jackson <9527380+Jaksuhn@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:24:38 +0100 Subject: [PATCH] why does git care about this --- SomethingNeedDoing/Interface/Excel/ExcelSheetList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SomethingNeedDoing/Interface/Excel/ExcelSheetList.cs b/SomethingNeedDoing/Interface/Excel/ExcelSheetList.cs index 97b4f569b..7ce969189 100644 --- a/SomethingNeedDoing/Interface/Excel/ExcelSheetList.cs +++ b/SomethingNeedDoing/Interface/Excel/ExcelSheetList.cs @@ -11,7 +11,7 @@ public sealed class ExcelSheetList public event Action? SelectedItemChanged; public int SelectedItem { - get; + get => field; set { if (field != value)