diff options
Diffstat (limited to 'redo/textfield_unix.go')
| -rw-r--r-- | redo/textfield_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/textfield_unix.go b/redo/textfield_unix.go index fa79347..53dfcaf 100644 --- a/redo/textfield_unix.go +++ b/redo/textfield_unix.go @@ -75,5 +75,5 @@ func (t *textField) commitResize(a *allocation, d *sizing) { } func (t *textField) getAuxResizeInfo(d *sizing) { - basegetAuxResizeInfo(d) + basegetAuxResizeInfo(t, d) } |
