summaryrefslogtreecommitdiff
path: root/view.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-01 10:06:09 -0600
committerJeff Carr <[email protected]>2024-02-01 10:06:09 -0600
commite4339f33acfcb7796917dd3f432a505416025de3 (patch)
treebec2ef7180b9fd4b4e5c353e5ead22c53f928289 /view.go
parent99bb171bd9298fe109c3af649be76a3b73c54b9e (diff)
maybe stable with the dns control panel
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'view.go')
-rw-r--r--view.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/view.go b/view.go
index 1a8dc92..a78d19c 100644
--- a/view.go
+++ b/view.go
@@ -43,7 +43,7 @@ func (w *guiWidget) textResize() bool {
changed = true
}
if changed {
- w.showWidgetPlacement("textResize() changed")
+ // w.showWidgetPlacement("textResize() changed")
}
return changed
}
@@ -228,7 +228,7 @@ func (w *guiWidget) showWidgets() {
if w.isFake {
// don't display by default
} else {
- w.showWidgetPlacement("current:")
+ // w.showWidgetPlacement("current:")
w.showView()
}
for _, child := range w.children {