Debugger: Fixed code preview always being shown in tooltips (whether or not the option was enabled)

This commit is contained in:
Sour 2018-07-26 19:00:30 -04:00
parent 642c20ab2c
commit ef665b2c2a

View file

@ -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) {