Debugger: Event Viewer - Fixed options not working after cancelling out of another configuration dialog
This commit is contained in:
parent
dee704abb9
commit
69de585d39
1 changed files with 3 additions and 0 deletions
|
@ -161,6 +161,9 @@ namespace Mesen.GUI.Debugger
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Update target for entitybinder (to prevent issues after rejecting changes in another form)
|
||||||
|
_config = ConfigManager.Config.DebugInfo;
|
||||||
|
_binder.Entity = _config;
|
||||||
_binder.UpdateObject();
|
_binder.UpdateObject();
|
||||||
ctrlEventViewerPpuView.RefreshViewer();
|
ctrlEventViewerPpuView.RefreshViewer();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue