diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-09 21:29:37 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-09 21:29:37 -0400 |
| commit | ea3dd093f7941cfc74af085fffc8e3f24b2ce0d5 (patch) | |
| tree | 0f7abcc996179b9e3a7d948c45ea7c59e1dc8235 /redo/control_darwin.go | |
| parent | eec2f985b0a78b3c15a3e71e14f897a3ccab5c97 (diff) | |
Changed PrefSize to PreferredSize throughout.
Diffstat (limited to 'redo/control_darwin.go')
| -rw-r--r-- | redo/control_darwin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/control_darwin.go b/redo/control_darwin.go index faeb899..55e7550 100644 --- a/redo/control_darwin.go +++ b/redo/control_darwin.go @@ -21,7 +21,7 @@ func basesetParent(c controlPrivate, p *controlParent) { } func basepreferredSize(c controlPrivate, d *sizing) (int, int) { - s := C.controlPrefSize(c.id()) + s := C.controlPreferredSize(c.id()) return int(s.width), int(s.height) } |
