1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Merge pull request #513 from Seanstoppable/fixrollbar

Fix rollbar rendering
This commit is contained in:
Chris Cummer 2019-07-21 09:42:37 -07:00 committed by GitHub
commit 582e29aab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ func (widget *Widget) Refresh() {
widget.items = &items.Results widget.items = &items.Results
widget.SetItemCount(len(widget.items.Items)) widget.SetItemCount(len(widget.items.Items))
widget.Refresh() widget.Render()
} }
/* -------------------- Unexported Functions -------------------- */ /* -------------------- Unexported Functions -------------------- */