Ram Watch - fix column reordering, ugh
This commit is contained in:
parent
711c9b52e4
commit
0f5e2b0cdb
|
@ -476,7 +476,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue