diff --git a/scrollbar.go b/scrollbar.go index 9be679c..08df99a 100644 --- a/scrollbar.go +++ b/scrollbar.go @@ -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 }