Skip to content

Commit

Permalink
RamWatch: Fix column settings fixes #1137
Browse files Browse the repository at this point in the history
  • Loading branch information
alyosha-tas committed Mar 15, 2018
1 parent f9cef46 commit 519e14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public RamWatchSettings()
};
}

public ColumnList Columns { get; }
public ColumnList Columns { get; set; }
}

private IEnumerable<int> SelectedIndices => WatchListView.SelectedIndices.Cast<int>();
Expand Down

0 comments on commit 519e14a

Please sign in to comment.