diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 15:16:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 15:16:41 -0600 |
| commit | e80827d8904159f620a87823c2c032b28e14d1ec (patch) | |
| tree | 02d77007d9d7489ece0e32cb1afe988f338c6f6f /dropdown.go | |
| parent | 42eafb87c729da4ad980c79c9e344db79def9186 (diff) | |
stuff
Diffstat (limited to 'dropdown.go')
| -rw-r--r-- | dropdown.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dropdown.go b/dropdown.go index 875e567..85f2894 100644 --- a/dropdown.go +++ b/dropdown.go @@ -144,7 +144,6 @@ func (tk *guiWidget) showTextbox() { return } startW, startH := tk.Position() - // log.Log(GOCUI, "showTextbox() SHOWING AT W,H=", startW, startH) me.textbox.tk.MoveToOffset(startW+3, startH+2) me.textbox.tk.labelN = "holy cow" me.textbox.tk.setColorModal() |
