diff options
| author | Jeff Carr <[email protected]> | 2019-05-29 15:46:21 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-29 15:46:21 -0700 |
| commit | 77035ad6bdf08097bafd4f4d4668fda4a2db9bac (patch) | |
| tree | f87d6b772cd5f38bcd945ed020ccb7f23074159f /area.go | |
| parent | fc35ccbfd23aefde013905c8c31668825368ebba (diff) | |
start moving the area text back to the main program
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'area.go')
| -rw-r--r-- | area.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
