diff --git a/GUI.NET/Debugger/Controls/ctrlTextbox.cs b/GUI.NET/Debugger/Controls/ctrlTextbox.cs index 2f872063..8a2c17a0 100644 --- a/GUI.NET/Debugger/Controls/ctrlTextbox.cs +++ b/GUI.NET/Debugger/Controls/ctrlTextbox.cs @@ -117,7 +117,7 @@ namespace Mesen.GUI.Debugger } //Cache Font.Height value because accessing it is slow - private int FontHeight { get; set; } + private new int FontHeight { get; set; } public override Font Font {