summaryrefslogtreecommitdiff
path: root/area.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-29 15:46:21 -0700
committerJeff Carr <[email protected]>2019-05-29 15:46:21 -0700
commit77035ad6bdf08097bafd4f4d4668fda4a2db9bac (patch)
treef87d6b772cd5f38bcd945ed020ccb7f23074159f /area.go
parentfc35ccbfd23aefde013905c8c31668825368ebba (diff)
start moving the area text back to the main program
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'area.go')
-rw-r--r--area.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/area.go b/area.go
index 8240b47..bbc85e5 100644
--- a/area.go
+++ b/area.go
@@ -25,7 +25,7 @@ func makeSplashArea(ah *AreaHandler) {
// There should be another way to do this (?)
newB := CreateFontButton("AREA")
- ah.Attrstr = makeAttributedString()
+ // ah.Attrstr = makeAttributedString()
ah.Area = ui.NewArea(ah)
newB.A = ah.Area
Data.AllButtons[1].A = ah.Area