summaryrefslogtreecommitdiff
path: root/eventMouseClick.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-06 15:19:39 -0600
committerJeff Carr <[email protected]>2025-02-06 15:19:39 -0600
commit5bae8b7e41fc17a5020f4c8e58695ae59063cda4 (patch)
tree1a944d25fb72a8b9c63ad438a4535ee69c08b98a /eventMouseClick.go
parent93e87a05c7220f1a8dd7ac2e8dc43b123f6e0f71 (diff)
fixed window title string length
Diffstat (limited to 'eventMouseClick.go')
-rw-r--r--eventMouseClick.go3
1 files changed, 0 insertions, 3 deletions
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