summaryrefslogtreecommitdiff
path: root/area.go
diff options
context:
space:
mode:
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