summaryrefslogtreecommitdiff
path: root/area.go
diff options
context:
space:
mode:
Diffstat (limited to 'area.go')
-rw-r--r--area.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/area.go b/area.go
index 9c1e5b9..f4f78ac 100644
--- a/area.go
+++ b/area.go
@@ -28,6 +28,7 @@ func makeSplashArea(wm *WindowMap, ah *AreaHandler) {
// ah.Attrstr = makeAttributedString()
ah.Area = ui.NewArea(ah)
newB.A = ah.Area
+ newB.WM = wm
// Data.AllButtons[1].A = ah.Area
// ah.Button = &Data.AllButtons[1]
ah.Button = newB