diff options
Diffstat (limited to 'click.go')
| -rw-r--r-- | click.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ func (w *guiWidget) doWidgetClick() { // now set this window as the current window me.currentWindow = w - w.isCurrent = true + me.currentWindow.isCurrent = true // draw the current window log.Log(NOW, "doWidgetClick() set currentWindow to", w.String()) |
