diff options
Diffstat (limited to 'area.go')
| -rw-r--r-- | area.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
