From 9d5cd2c865c298fd3c8c9fb9b5de83079d1fbc7c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 4 Feb 2025 10:14:00 -0600 Subject: somethings still wrong somewhere --- eventMouseClick.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eventMouseClick.go') diff --git a/eventMouseClick.go b/eventMouseClick.go index 81b8aaf..2ad7274 100644 --- a/eventMouseClick.go +++ b/eventMouseClick.go @@ -23,8 +23,8 @@ func (tk *guiWidget) redrawWindow(w int, h int) { h = h + 4 tk.DrawAt(w, h) tk.setColor(&colorActiveW) // sets the window to Green BG + tk.placeWidgets(w, h) // compute the sizes & places for each widget tk.showWidgets() - tk.placeWidgets(w, h) // compute the sizes & places for each widget tk.setFullSize() me.baseGui.SetView(tk.cuiName, tk.gocuiSize.w0, tk.gocuiSize.h0, tk.gocuiSize.w1, tk.gocuiSize.h1, 0) -- cgit v1.2.3