diff --git a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs index 8d017a8d14b..a208731d819 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs @@ -79,7 +79,7 @@ public RamWatchSettings() }; } - public ColumnList Columns { get; } + public ColumnList Columns { get; set; } } private IEnumerable SelectedIndices => WatchListView.SelectedIndices.Cast();