summaryrefslogtreecommitdiff
path: root/window.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-07 02:49:11 -0600
committerJeff Carr <[email protected]>2025-02-07 02:49:11 -0600
commit6ac82df94991ed25794bf28791e94cb98e01012b (patch)
tree85bcbac5b9ba41f3dbf109026517ed88aa59b3ca /window.go
parent0b67b198bdc439c62ac2e6a7cc18bd4be128faf7 (diff)
might as well test dark/light mode
Diffstat (limited to 'window.go')
-rw-r--r--window.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/window.go b/window.go
index b368f4d..db93581 100644
--- a/window.go
+++ b/window.go
@@ -78,6 +78,7 @@ func (tk *guiWidget) redrawWindow(w int, h int) {
tk.windowFrame.full.w1 = r.w1 + 1
tk.windowFrame.full.h0 = tk.force.h0 + 2
tk.windowFrame.full.h1 = r.h1 + 1
+ tk.windowFrame.setColorWindowFrame()
tk.windowFrame.Hide()
tk.windowFrame.Show()