Ram Watch - fix column reordering, ugh

This commit is contained in:
adelikat 2014-06-20 18:38:08 +00:00
parent 711c9b52e4
commit 0f5e2b0cdb
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ namespace BizHawk.Client.EmuHawk
if (WatchListView.Columns[WatchList.NOTES] != null) if (WatchListView.Columns[WatchList.NOTES] != null)
{ {
Global.Config.RamWatchColumnIndexes[WatchList.NOTES] = WatchListView.Columns[WatchList.NOTES].Index; Global.Config.RamWatchColumnIndexes[WatchList.NOTES] = WatchListView.Columns[WatchList.NOTES].DisplayIndex;
Global.Config.RamWatchColumnWidths[WatchList.NOTES] = WatchListView.Columns[WatchList.NOTES].Width; Global.Config.RamWatchColumnWidths[WatchList.NOTES] = WatchListView.Columns[WatchList.NOTES].Width;
} }
} }