diff options
Diffstat (limited to 'eventMouseClick.go')
| -rw-r--r-- | eventMouseClick.go | 3 |
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 |
