summaryrefslogtreecommitdiff
path: root/andlabs/box.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-17 23:39:03 -0600
committerJeff Carr <[email protected]>2024-01-17 23:39:03 -0600
commita0baba0821441d9cf38f0b33fe12fb96925c6236 (patch)
tree2aece2a890c66c36b08524e117753817078ee58c /andlabs/box.go
parentbee272651ad38453aef27f098513f7be652c39bf (diff)
new paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'andlabs/box.go')
-rw-r--r--andlabs/box.go8
1 files changed, 5 insertions, 3 deletions
diff --git a/andlabs/box.go b/andlabs/box.go
index df4cfba..f2277f4 100644
--- a/andlabs/box.go
+++ b/andlabs/box.go
@@ -1,8 +1,8 @@
package main
import (
- "go.wit.com/gui/widget"
- "go.wit.com/gui/toolkits/tree"
+ "go.wit.com/lib/widget"
+ "go.wit.com/toolkits/tree"
"go.wit.com/dev/andlabs/ui"
_ "go.wit.com/dev/andlabs/ui/winmanifest"
@@ -10,7 +10,9 @@ import (
// make new Box here
func newBox(n *tree.Node) {
- if notNew(n) { return }
+ if notNew(n) {
+ return
+ }
newt := new(guiWidget)
var box *ui.Box