diff options
Diffstat (limited to 'eventBindings.go')
| -rw-r--r-- | eventBindings.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eventBindings.go b/eventBindings.go index 727ee70..fc4b708 100644 --- a/eventBindings.go +++ b/eventBindings.go @@ -144,9 +144,8 @@ var notsure *guiWidget // use this to test code ideas func theNotsure(g *gocui.Gui, v *gocui.View) error { log.Info("got keypress 2. now what?") - wRoot := me.treeRoot.TK.(*guiWidget) w, h := g.MousePosition() - wRoot.redoWindows(w, h) + redoWindows(w, h) // closes anything under your mouse if notsure == nil { // notsure = makeDropdownView("addWidget() notsure") |
