From 519e14aa1ad7a9d6df2edc7808c5ed687dfee046 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Thu, 15 Mar 2018 19:27:24 -0400 Subject: [PATCH] RamWatch: Fix column settings fixes #1137 --- BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs index 8d017a8d14..a208731d81 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs @@ -79,7 +79,7 @@ namespace BizHawk.Client.EmuHawk }; } - public ColumnList Columns { get; } + public ColumnList Columns { get; set; } } private IEnumerable SelectedIndices => WatchListView.SelectedIndices.Cast();