diff options
| author | Jeff Carr <[email protected]> | 2023-04-04 18:45:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-04 18:45:59 -0500 |
| commit | 693a6f4398604e9932d714d24adc5c12472e750b (patch) | |
| tree | b89e71d55713b2df09b537b8d8022910e989e69b /toolkit/gocui/click.go | |
| parent | a59d294f37d0dd5731c833763a3678fd0099c55f (diff) | |
I can't add
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/click.go')
| -rw-r--r-- | toolkit/gocui/click.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/gocui/click.go b/toolkit/gocui/click.go index d00603f..142f00c 100644 --- a/toolkit/gocui/click.go +++ b/toolkit/gocui/click.go @@ -24,7 +24,9 @@ func (w *cuiWidget) doWidgetClick() { w.redoBox(true) w.toggleTree() case toolkit.Grid: + w.setParentLogical() w.gridBounds() + w.setParentLogical() for _, child := range w.children { child.showWidgetPlacement(logNow, "gridBounds:") if (child.v == nil) { |
