diff options
| author | Jeff Carr <[email protected]> | 2024-01-28 20:36:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-28 20:36:59 -0600 |
| commit | 1d7b9613a68abdd41ad1cf0b6803b0ab6593e813 (patch) | |
| tree | a8fff648dbaa8fe6b5aea55165fcf766258118fd /click.go | |
| parent | 3029f04bd2b82eadfe7d5569616c322175a94c64 (diff) | |
sizes are close to correct
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'click.go')
| -rw-r--r-- | click.go | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -172,9 +172,7 @@ func (w *guiWidget) doWidgetClick() { w.dumpTree("click start") if w.active { w.active = false - startW := w.parent.AtW - startH := w.parent.AtH - w.placeWidgets(startW, startH) + w.placeWidgets(w.startW, w.startH) w.showWidgets() /* for _, child := range w.children { |
