diff options
Diffstat (limited to 'progressbar.go')
| -rw-r--r-- | progressbar.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progressbar.go b/progressbar.go index 3e954cd..212620d 100644 --- a/progressbar.go +++ b/progressbar.go @@ -66,6 +66,6 @@ func (p *ProgressBar) setRect(x int, y int, width int, height int, rr *[]resizer }) } -func (p *ProgressBar) preferredSize() (width int, height int) { +func (p *ProgressBar) preferredSize() (width int, height int, yoff int) { return p.sysData.preferredSize() } |
