diff options
| author | Jeff Carr <[email protected]> | 2025-02-07 01:55:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-07 01:55:27 -0600 |
| commit | fb3c16707d72d41cbb92c2392f36dee76fa36936 (patch) | |
| tree | f3a7455ea7edb6fa0074c5550c5b25c136e23b95 /dropdown.go | |
| parent | 5668e6f081453bdffb7d23f9259f01182d131ace (diff) | |
start closing down crappy color choices
Diffstat (limited to 'dropdown.go')
| -rw-r--r-- | dropdown.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dropdown.go b/dropdown.go index aed5ead..e08b11c 100644 --- a/dropdown.go +++ b/dropdown.go @@ -137,6 +137,7 @@ func (tk *guiWidget) showTextbox() { // 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.SetColorRed() me.textbox.tk.Show() me.textbox.active = true me.textbox.callerTK = tk |
