diff options
Diffstat (limited to 'area.go')
| -rw-r--r-- | area.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,8 @@ func findFB(button *ButtonMap) *ButtonMap { func makeSplashArea(ah *AreaHandler) { // make this button just to get the default font (but don't display the button) // There should be another way to do this (?) - newB := CreateFontButton("AREA") + wm := ah.WM + newB := CreateFontButton(wm, "AREA") // ah.Attrstr = makeAttributedString() ah.Area = ui.NewArea(ah) |
