summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-04 09:52:46 -0600
committerJeff Carr <[email protected]>2025-02-04 09:52:46 -0600
commita10582c84636ef378b91d98243043f099aff1a87 (patch)
tree67763dce3d022e56b0084479eae94fb59cb6f219 /debug.go
parent5a28806bdf79f360e43deb45f3e68623fb3e45a2 (diff)
closer
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.go b/debug.go
index d781dae..34cf85f 100644
--- a/debug.go
+++ b/debug.go
@@ -38,7 +38,7 @@ func (tk *guiWidget) dumpWidget(s string) {
sizeW, sizeH := tk.Size()
s1 += fmt.Sprintf("size=(%3d,%3d)", sizeW, sizeH)
if tk.Visible() {
- r := tk.setFullSize()
+ r := tk.getFullSize()
s1 += fmt.Sprintf("gocui=(%3d,%3d,%3d,%3d)",
tk.gocuiSize.w0, tk.gocuiSize.h0, tk.gocuiSize.w1, tk.gocuiSize.h1)
// vx0, vy0, vx1, vy1, _ := me.baseGui.ViewPosition("msg")