diff options
| author | Jeff Carr <[email protected]> | 2025-02-04 14:45:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-04 14:45:23 -0600 |
| commit | 8ce9ca882a4031ed9632125ce1efe45560bdeeed (patch) | |
| tree | 49fc92c1ca4f92e8866055c8beb8a61511631e91 /eventBindings.go | |
| parent | bf8cbddf1ac6b65c1a77dae0b7ccd910a9e96a3d (diff) | |
still a no
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") |
