mirror of
https://github.com/SourMesen/Mesen.git
synced 2025-04-02 10:52:48 -04:00
Debugger: Fixed menu items default checked state when opening debugger
This commit is contained in:
parent
f0f47d214a
commit
e15c0e9851
1 changed files with 4 additions and 0 deletions
|
@ -72,10 +72,14 @@ namespace Mesen.GUI.Debugger
|
|||
|
||||
if(!ConfigManager.Config.DebugInfo.ShowRightPanel) {
|
||||
ctrlSplitContainerTop.CollapsePanel();
|
||||
} else {
|
||||
mnuShowFunctionLabelLists.Checked = true;
|
||||
}
|
||||
|
||||
if(!ConfigManager.Config.DebugInfo.ShowBottomPanel) {
|
||||
splitContainer.CollapsePanel();
|
||||
} else {
|
||||
mnuShowBottomPanel.Checked = true;
|
||||
}
|
||||
|
||||
_lastCodeWindow = ctrlDebuggerCode;
|
||||
|
|
Loading…
Add table
Reference in a new issue