diff options
| author | Jeff Carr <[email protected]> | 2023-12-15 17:18:48 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-15 17:18:48 -0600 |
| commit | dcce32583387be7fc4f6cd8c8dea62fd7dc42ecf (patch) | |
| tree | ffbedb095816a92c69546041271acbef5870481c /toolkit/andlabs/label.go | |
| parent | 282119d970faed3f8a60d5105a2f26ee14681ff4 (diff) | |
make a common.go for the toolkitsv0.8.7
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/label.go')
| -rw-r--r-- | toolkit/andlabs/label.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/andlabs/label.go b/toolkit/andlabs/label.go index 0fa075e..3f06546 100644 --- a/toolkit/andlabs/label.go +++ b/toolkit/andlabs/label.go @@ -8,7 +8,7 @@ import ( func (p *node) newLabel(n *node) { log(logInfo, "NewLabel()", n.Name) - newt := new(andlabsT) + newt := new(guiWidget) c := ui.NewLabel(n.Name) newt.uiLabel = c newt.uiControl = c |
