diff options
| author | Jeff Carr <[email protected]> | 2019-05-29 19:57:15 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-29 19:57:15 -0700 |
| commit | a6368b7b7111758492d06f2ab9ee513dddd7197e (patch) | |
| tree | a166e525dbdf9b3c44c3f78be0b106d866d4b0ff /area.go | |
| parent | 77035ad6bdf08097bafd4f4d4668fda4a2db9bac (diff) | |
large change to track the window everywhere
Signed-off-by: Jeff Carr <[email protected]>
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) |
