diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 10:06:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 10:06:09 -0600 |
| commit | e4339f33acfcb7796917dd3f432a505416025de3 (patch) | |
| tree | bec2ef7180b9fd4b4e5c353e5ead22c53f928289 /click.go | |
| parent | 99bb171bd9298fe109c3af649be76a3b73c54b9e (diff) | |
maybe stable with the dns control panel
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'click.go')
| -rw-r--r-- | click.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -120,17 +120,17 @@ func (w *guiWidget) doWidgetClick() { w.setColor(&colorActiveW) w.active = false - w.dumpTree("before") + // w.dumpTree("before") w.placeWidgets(3, 2) w.showWidgets() hideFake() showDebug = true - w.dumpTree("after") + // w.dumpTree("after") case widget.Group: // n.placeWidgets(p.tk.startH, newH) - w.dumpTree("click start") + // w.dumpTree("click start") if w.active { w.active = false w.placeWidgets(w.startW, w.startH) @@ -148,7 +148,7 @@ func (w *guiWidget) doWidgetClick() { child.hideWidgets() } } - w.dumpTree("click end") + // w.dumpTree("click end") case widget.Checkbox: if widget.GetBool(w.value) { w.setCheckbox(false) |
