From 9b29c265b26d1231cf9ddb7abf51e390197dabf1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 May 2019 01:51:37 -0700 Subject: more button debugging Signed-off-by: Jeff Carr --- debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.go') diff --git a/debug.go b/debug.go index b1afe33..6ce49fb 100644 --- a/debug.go +++ b/debug.go @@ -53,7 +53,7 @@ func addTableTab() { AddTableTab(Data.cloudTab, 1, "test seven", 7, parts) } -func addDebuggingButtons(vbox *ui.Box, custom func(int, string)) { +func addDebuggingButtons(vbox *ui.Box, custom func(*ButtonMap, string)) { vbox.Append(ui.NewLabel("Debugging:"), false) vbox.Append(ui.NewColorButton(), false) -- cgit v1.2.3