From 77035ad6bdf08097bafd4f4d4668fda4a2db9bac Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 29 May 2019 15:46:21 -0700 Subject: start moving the area text back to the main program Signed-off-by: Jeff Carr --- mainCloudBox.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mainCloudBox.go') diff --git a/mainCloudBox.go b/mainCloudBox.go index 9ab998d..42529ce 100644 --- a/mainCloudBox.go +++ b/mainCloudBox.go @@ -208,7 +208,7 @@ func ShowMainTab() { } func GoMainWindow() { - Data.Window1 = new(WindowMap) + // Data.Window1 = new(WindowMap) ui.Main(makeCloudWindow) } @@ -235,8 +235,8 @@ func makeCloudWindow() { Data.Window1.W.SetChild(Data.Window1.T) Data.Window1.W.SetMargined(true) - text := makeAttributedString() - Data.Window1.Box1 = ShowSplashBox(text) + // text := makeAttributedString() + Data.Window1.Box1 = ShowSplashBox(Data.Window1.AreaText) Data.Window1.T.Append("WIT Splash", Data.Window1.Box1) Data.Window1.T.SetMargined(0, true) -- cgit v1.2.3