summaryrefslogtreecommitdiff
path: root/dropdown.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-07 01:55:27 -0600
committerJeff Carr <[email protected]>2025-02-07 01:55:27 -0600
commitfb3c16707d72d41cbb92c2392f36dee76fa36936 (patch)
treef3a7455ea7edb6fa0074c5550c5b25c136e23b95 /dropdown.go
parent5668e6f081453bdffb7d23f9259f01182d131ace (diff)
start closing down crappy color choices
Diffstat (limited to 'dropdown.go')
-rw-r--r--dropdown.go1
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