Debugger: Fixed debug workspace not being saved when closing main window
This commit is contained in:
parent
0e7dd11cf2
commit
79ce1875c8
1 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,9 @@ namespace Mesen.GUI.Forms
|
|||
return;
|
||||
}
|
||||
|
||||
DebugApi.ResumeExecution();
|
||||
DebugWindowManager.CloseAll();
|
||||
|
||||
ConfigManager.Config.WindowLocation = this.WindowState == FormWindowState.Normal ? this.Location : this.RestoreBounds.Location;
|
||||
ConfigManager.Config.WindowSize = this.WindowState == FormWindowState.Normal ? this.Size : this.RestoreBounds.Size;
|
||||
ConfigManager.ApplyChanges();
|
||||
|
|
Loading…
Add table
Reference in a new issue