diff options
| author | Jeff Carr <[email protected]> | 2019-05-29 15:46:21 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-29 15:46:21 -0700 |
| commit | 77035ad6bdf08097bafd4f4d4668fda4a2db9bac (patch) | |
| tree | f87d6b772cd5f38bcd945ed020ccb7f23074159f /mainCloudBox.go | |
| parent | fc35ccbfd23aefde013905c8c31668825368ebba (diff) | |
start moving the area text back to the main program
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'mainCloudBox.go')
| -rw-r--r-- | mainCloudBox.go | 6 |
1 files changed, 3 insertions, 3 deletions
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) |
