diff options
| author | Jeff Carr <[email protected]> | 2025-02-07 02:49:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-07 02:49:11 -0600 |
| commit | 6ac82df94991ed25794bf28791e94cb98e01012b (patch) | |
| tree | 85bcbac5b9ba41f3dbf109026517ed88aa59b3ca /window.go | |
| parent | 0b67b198bdc439c62ac2e6a7cc18bd4be128faf7 (diff) | |
might as well test dark/light mode
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() |
