diff options
| author | Jeff Carr <[email protected]> | 2023-04-12 13:00:29 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-12 13:00:29 -0500 |
| commit | 047cde4c9d68ea4ff87006448137e836ec9eb140 (patch) | |
| tree | ce3332991cf5ebd7761e9021f66db787abd25536 /toolkit/andlabs/button.go | |
| parent | 982097557b2625cf04378cd7e7771122382d6de9 (diff) | |
better toolkit init options
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/button.go')
| -rw-r--r-- | toolkit/andlabs/button.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/andlabs/button.go b/toolkit/andlabs/button.go index bc58da2..f4032d0 100644 --- a/toolkit/andlabs/button.go +++ b/toolkit/andlabs/button.go @@ -24,7 +24,6 @@ func newButton(a *toolkit.Action) { newt.uiButton = b newt.uiControl = b newt.wId = a.WidgetId - // newt.tw = a.Widget newt.WidgetType = a.WidgetType newt.parent = t |
