From d23c5cc29dc47537d1cf6069f27009750fd80919 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 3 Jul 2017 22:03:58 -0400 Subject: HELP ME. I can't get autoscroll working in terminall. --- ShiftOS.Frontend/GUI/TextControl.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'ShiftOS.Frontend/GUI/TextControl.cs') diff --git a/ShiftOS.Frontend/GUI/TextControl.cs b/ShiftOS.Frontend/GUI/TextControl.cs index 9bf240f..9bc70e8 100644 --- a/ShiftOS.Frontend/GUI/TextControl.cs +++ b/ShiftOS.Frontend/GUI/TextControl.cs @@ -92,7 +92,6 @@ namespace ShiftOS.Frontend.GUI } - base.OnPaint(gfx); gfx.DrawString(_text, _font, new SolidBrush(Engine.SkinEngine.LoadedSkin.ControlTextColor), new RectangleF(loc.X, loc.Y, sMeasure.Width, sMeasure.Height)); } } -- cgit v1.2.3