summaryrefslogtreecommitdiff
path: root/lineedit.go
diff options
context:
space:
mode:
Diffstat (limited to 'lineedit.go')
-rw-r--r--lineedit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lineedit.go b/lineedit.go
index 3e71db1..a45a443 100644
--- a/lineedit.go
+++ b/lineedit.go
@@ -83,7 +83,7 @@ func (l *LineEdit) preferredSize(d *sysSizeData) (width int, height int) {
}
func (l *LineEdit) commitResize(a *allocation, d *sysSizeData) {
- l.sysData.preferredSize(a, d)
+ l.sysData.commitResize(a, d)
}
func (l *LineEdit) getAuxResizeInfo(d *sysSizeData) {