Skip to content

Commit e85e4be

Browse files
committed
progressindicator: Don't hide by default as this would increase time to create widgets in the first place
1 parent 724ee73 commit e85e4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

progressIndicator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func NewProgressIndicator(x int, y int, w int, h int) *ProgressIndicator {
2525
autohide: false,
2626
}
2727
indicator.SetIsIndeterminate(false)
28-
indicator.Hide()
28+
// indicator.Hide()
2929
return indicator
3030
}
3131

0 commit comments

Comments
 (0)