"Prev Value as change" and "Display Watches On Screen" now restored by "Restore Default Settings" in Ram Watch.
This commit is contained in:
parent
640269318c
commit
cd6cf72195
|
@ -745,6 +745,9 @@ namespace BizHawk.MultiClient
|
|||
WatchListView.Columns[2].Width = 0;
|
||||
WatchListView.Columns[3].Width = defaultChangeWidth;
|
||||
WatchListView.Columns[4].Width = NotesWidth;
|
||||
Global.Config.RamWatchShowChangeFromPrev = false;
|
||||
Global.Config.DisplayRamWatch = false;
|
||||
Global.Config.RamWatchSaveWindowPosition = false;
|
||||
}
|
||||
|
||||
private void newToolStripButton_Click(object sender, EventArgs e)
|
||||
|
|
Loading…
Reference in New Issue