really everywhere this time
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
83daac1902
commit
714dd92829
2
box.go
2
box.go
|
@ -34,7 +34,7 @@ func newBox(n *tree.Node) {
|
||||||
rawBox -- hack to arbitrarily add a box in andlabs to work
|
rawBox -- hack to arbitrarily add a box in andlabs to work
|
||||||
around the problem that a "group" can not have one entry in it
|
around the problem that a "group" can not have one entry in it
|
||||||
TODO: fix this so that a box is "added on demand" that is,
|
TODO: fix this so that a box is "added on demand" that is,
|
||||||
if "go.wit.com/gui/gui" sends you a 2nd thing to add to a group,
|
if "go.wit.com/gui" sends you a 2nd thing to add to a group,
|
||||||
automatically add a box then. The problem with this, is the macos, windows and linux gtk
|
automatically add a box then. The problem with this, is the macos, windows and linux gtk
|
||||||
will panic on a move when an chind object is disasociated from the group
|
will panic on a move when an chind object is disasociated from the group
|
||||||
I haven't had time to try to debug this, so, instead, it's just probably better to always
|
I haven't had time to try to debug this, so, instead, it's just probably better to always
|
||||||
|
|
1
debug.go
1
debug.go
|
@ -2,7 +2,6 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"go.wit.com/log"
|
"go.wit.com/log"
|
||||||
// "go.wit.com/gui/widget"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var defaultBehavior bool = true
|
var defaultBehavior bool = true
|
||||||
|
|
Loading…
Reference in New Issue