RamWatch: Fix column settings fixes #1137
This commit is contained in:
parent
f9cef46bd7
commit
519e14aa1a
|
@ -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>();
|
||||
|
|
Loading…
Reference in New Issue