summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-06-01 22:24:10 -0700
committerJeff Carr <[email protected]>2019-06-01 22:24:10 -0700
commit4a398149f17b53fcc991ad67e63e4dcbbec94360 (patch)
treebe1395282efb805736450a1bd1154e3786593ee2 /gui.go
parentfd4af0e0dbdd4d8875e2d9dfb4cda84261cacaea (diff)
correct custom Area mouse click
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui.go b/gui.go
index 6695b40..cc61cce 100644
--- a/gui.go
+++ b/gui.go
@@ -197,7 +197,6 @@ func CreateFontButton(box *GuiBox, action string) *GuiButton {
newGB.Action = action
newGB.FB = ui.NewFontButton()
newGB.Box = box
-// newGB.Area = box.Window.Area
Data.AllButtons = append(Data.AllButtons, &newGB)
newGB.FB.OnChanged(func (*ui.FontButton) {