"Prev Value as change" and "Display Watches On Screen" now restored by "Restore Default Settings" in Ram Watch.

This commit is contained in:
brandman211 2012-06-19 00:27:57 +00:00
parent 640269318c
commit cd6cf72195
1 changed files with 3 additions and 0 deletions

View File

@ -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)