From 09f6d67e3c6879db121882d866c8648ad4e46d46 Mon Sep 17 00:00:00 2001 From: Souryo Date: Sun, 6 Aug 2017 16:39:26 -0400 Subject: [PATCH] Fixed warning --- GUI.NET/Debugger/Controls/ctrlTextbox.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {