From 652cf2b73b9ef58b8eccb163a108a20b01ccfafb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 4 Feb 2025 12:45:52 -0600 Subject: misc code cleanups --- eventMouseClick.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'eventMouseClick.go') diff --git a/eventMouseClick.go b/eventMouseClick.go index 2ad7274..6ebd800 100644 --- a/eventMouseClick.go +++ b/eventMouseClick.go @@ -13,8 +13,7 @@ func (tk *guiWidget) redrawWindow(w int, h int) { if tk.node.WidgetType != widget.Window { return } - // might make the green box the right size - tk.setFullSize() + tk.setFullSize() // might make the green box the right size // draw the current window // w = tk.gocuiSize.w0 + 4 -- cgit v1.2.3