Scrollbar has Scrollbar role
This commit is contained in:
@@ -45,7 +45,7 @@ func newScrollbar (orient string) *Scrollbar {
|
||||
|
||||
this.handle.SetRole(tomo.R("objects", "ScrollbarHandle"))
|
||||
this.handle.SetTag(orient, true)
|
||||
this.SetRole(tomo.R("objects", "Slider"))
|
||||
this.SetRole(tomo.R("objects", "Scrollbar"))
|
||||
this.SetTag(orient, true)
|
||||
return this
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user