From b8eb7dccfdd16bd1d39bbedeb176fce7f0f1dc9e Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 19 Jul 2017 16:08:33 -0400 Subject: Fix terminal and add support for animations --- ShiftOS.Frontend/Infobox.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ShiftOS.Frontend/Infobox.cs') diff --git a/ShiftOS.Frontend/Infobox.cs b/ShiftOS.Frontend/Infobox.cs index 18bf60a..21b5538 100644 --- a/ShiftOS.Frontend/Infobox.cs +++ b/ShiftOS.Frontend/Infobox.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; +using Microsoft.Xna.Framework; using ShiftOS.Engine; using ShiftOS.Frontend.Desktop; using ShiftOS.Frontend.GraphicsSubsystem; @@ -178,11 +179,9 @@ namespace ShiftOS.Frontend this.AddControl(btnok); this.AddControl(flyesno); this.AddControl(lbmessage); - - this.Layout(); } - protected override void OnLayout() + protected override void OnLayout(GameTime gameTime) { try { -- cgit v1.2.3