summaryrefslogtreecommitdiff
path: root/redo/table_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/table_windows.go')
-rw-r--r--redo/table_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/table_windows.go b/redo/table_windows.go
index 633486e..60b8fe0 100644
--- a/redo/table_windows.go
+++ b/redo/table_windows.go
@@ -84,5 +84,5 @@ func (t *table) commitResize(a *allocation, d *sizing) {
}
func (t *table) getAuxResizeInfo(d *sizing) {
- basegetAuxResizeInfo(d)
+ basegetAuxResizeInfo(t, d)
}