From 8ce9ca882a4031ed9632125ce1efe45560bdeeed Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 4 Feb 2025 14:45:23 -0600 Subject: still a no --- eventBindings.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'eventBindings.go') 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") -- cgit v1.2.3