Debugger: Event Viewer - Fixed options not working after cancelling out of another configuration dialog

This commit is contained in:
Sour 2020-04-24 17:26:03 -04:00
parent dee704abb9
commit 69de585d39

View file

@ -161,6 +161,9 @@ namespace Mesen.GUI.Debugger
return;
}
//Update target for entitybinder (to prevent issues after rejecting changes in another form)
_config = ConfigManager.Config.DebugInfo;
_binder.Entity = _config;
_binder.UpdateObject();
ctrlEventViewerPpuView.RefreshViewer();
}