diff options
| author | Jeff Carr <[email protected]> | 2025-02-06 23:35:15 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-06 23:35:15 -0600 |
| commit | 7e47ca98435ed6315f2f0c15d41a1c817576f0f3 (patch) | |
| tree | 481a590dc6de17393f677ada30d6b512bb23f59c /window.go | |
| parent | 37723c2b9a91ad001828f492970b94ce91ff6d4c (diff) | |
quiet output
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ func (tk *guiWidget) redrawWindow(w int, h int) { if tk.node.WidgetType != widget.Window { return } - tk.dumpWidget(fmt.Sprintf("redrawWindow(%d,%d)", w, h)) + // tk.dumpWidget(fmt.Sprintf("redrawWindow(%d,%d)", w, h)) if tk.full.Height() > 40 { tk.window.dense = true } |
