diff options
| author | Jeff Carr <[email protected]> | 2019-05-31 06:58:23 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-31 06:58:23 -0700 |
| commit | 64401667b62a7621c2e71bc0f47c9f0d47c4106f (patch) | |
| tree | 87c6c16928a548fed0953c40e3eaccfc2256ee55 /gui.go | |
| parent | aec7fc3b5780d396641f4f26df55009976d6449f (diff) | |
continue variable and structure improvements
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
