This commit is contained in:
Jeff Carr 2025-02-04 09:52:46 -06:00
parent 5a28806bdf
commit a10582c846
1 changed files with 1 additions and 1 deletions

View File

@ -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")