Debugger: Fixed code preview always being shown in tooltips (whether or not the option was enabled)
This commit is contained in:
parent
642c20ab2c
commit
ef665b2c2a
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ namespace Mesen.GUI.Debugger
|
|||
i++;
|
||||
}
|
||||
|
||||
if(_previewAddress != null) {
|
||||
if(_previewAddress != null && ConfigManager.Config.DebugInfo.ShowCodePreview) {
|
||||
tlpMain.RowStyles.Insert(1, new RowStyle());
|
||||
|
||||
if(_code != null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue