diff options
Diffstat (limited to 'redo/label_unix.go')
| -rw-r--r-- | redo/label_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/label_unix.go b/redo/label_unix.go index 7ff6c1d..7697f59 100644 --- a/redo/label_unix.go +++ b/redo/label_unix.go @@ -92,5 +92,5 @@ func (l *label) commitResize(c *allocation, d *sizing) { } func (l *label) getAuxResizeInfo(d *sizing) { - basegetAuxResizeInfo(d) + basegetAuxResizeInfo(l, d) } |
