Label and Heading are now selectable
This commit is contained in:
parent
0cdb116ec1
commit
4fc44c11e8
@ -18,6 +18,8 @@ func NewHeading (level int, text string) *Heading {
|
||||
this.SetRole(tomo.R("objects", "Heading"))
|
||||
this.SetTag(fmt.Sprint(level), true)
|
||||
this.SetText(text)
|
||||
this.SetSelectable(true)
|
||||
this.SetFocusable(true)
|
||||
return this
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user