diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-03 20:33:19 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-03 20:33:19 -0400 |
| commit | a4fac48192557e905e65f7995ac6819af8da27b6 (patch) | |
| tree | f4ac289143a6c8525e06d0c4fa72198faa4e714e /redo/textfield_unix.go | |
| parent | 8c4cd789ca4dc69a56bf3327ff7ebbb5b88314be (diff) | |
Standardized basegetAuxResize() on the GTK+ backend to match the Mac OS X backend and controlbase.sh.
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) } |
