From 5bae8b7e41fc17a5020f4c8e58695ae59063cda4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Feb 2025 15:19:39 -0600 Subject: fixed window title string length --- eventMouseClick.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'eventMouseClick.go') diff --git a/eventMouseClick.go b/eventMouseClick.go index a04c992..222cb81 100644 --- a/eventMouseClick.go +++ b/eventMouseClick.go @@ -13,13 +13,10 @@ func (tk *guiWidget) doWindowClick(w int, h int) { // if there is a current window, hide it if me.currentWindow != nil { me.currentWindow.setColor(&colorWindow) - // me.currentWindow.hideWidgets() - me.currentWindow.isCurrent = false } // now set this window as the current window me.currentWindow = tk - me.currentWindow.isCurrent = true tk.redrawWindow(w, h) setThingsOnTop() // sets help, Stdout, etc on the top after windows have been redrawn -- cgit v1.2.3