Update code for objects
This commit is contained in:
@@ -61,7 +61,6 @@ func NewScrollContainer (sides ScrollSide) *ScrollContainer {
|
||||
this.CaptureScroll(true)
|
||||
this.OnScroll(this.handleScroll)
|
||||
this.SetRole(tomo.R("objects", "ScrollContainer", sides.String()))
|
||||
tomo.Apply(this)
|
||||
this.SetLayout(this.layout)
|
||||
return this
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user