summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-31 06:58:23 -0700
committerJeff Carr <[email protected]>2019-05-31 06:58:23 -0700
commit64401667b62a7621c2e71bc0f47c9f0d47c4106f (patch)
tree87c6c16928a548fed0953c40e3eaccfc2256ee55 /gui.go
parentaec7fc3b5780d396641f4f26df55009976d6449f (diff)
continue variable and structure improvements
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.go b/gui.go
index f9b6875..4aa9886 100644
--- a/gui.go
+++ b/gui.go
@@ -237,7 +237,7 @@ func CreateFontButton(wm *GuiWindow, action string) *GuiButton {
var newBM GuiButton
newBM.Action = action
newBM.FB = newB
- newBM.AH = wm.AH
+ newBM.Area = wm.Area
Data.AllButtons = append(Data.AllButtons, &newBM)
newB.OnChanged(func (*ui.FontButton) {