From 4a398149f17b53fcc991ad67e63e4dcbbec94360 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 1 Jun 2019 22:24:10 -0700 Subject: correct custom Area mouse click Signed-off-by: Jeff Carr --- gui.go | 1 - 1 file changed, 1 deletion(-) (limited to 'gui.go') 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) { -- cgit v1.2.3