Fix up objects code
This commit is contained in:
parent
95d3dc3288
commit
1596d54834
@ -28,7 +28,6 @@ func newContainer (layout tomo.Layout, children ...tomo.Object) *Container {
|
|||||||
func NewOuterContainer (layout tomo.Layout, children ...tomo.Object) *Container {
|
func NewOuterContainer (layout tomo.Layout, children ...tomo.Object) *Container {
|
||||||
this := newContainer(layout, children...)
|
this := newContainer(layout, children...)
|
||||||
this.SetRole(tomo.R("objects", "Container", "outer"))
|
this.SetRole(tomo.R("objects", "Container", "outer"))
|
||||||
tomo.Apply(this)
|
|
||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
|
|
||||||