RamWatch: Fix column settings fixes #1137

This commit is contained in:
alyosha-tas 2018-03-15 19:27:24 -04:00
parent f9cef46bd7
commit 519e14aa1a
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ namespace BizHawk.Client.EmuHawk
};
}
public ColumnList Columns { get; }
public ColumnList Columns { get; set; }
}
private IEnumerable<int> SelectedIndices => WatchListView.SelectedIndices.Cast<int>();