diff options
| author | Jeff Carr <[email protected]> | 2024-01-30 03:17:15 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-30 03:17:15 -0600 |
| commit | 21836a8001feefa142f00fb3a7f4746b93377434 (patch) | |
| tree | 8c613635220d832b10e394f27fed0558107c8a9e /tab.go | |
| parent | 00a01849189960ecf01314ed23f120aa1c26fbf9 (diff) | |
trap toolkit panics
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'tab.go')
| -rw-r--r-- | tab.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ func (w *guiWidget) redoWindows(nextW int, nextH int) { child.showView() sizeW := child.gocuiSize.Width() nextW += sizeW + 4 - child.redoWindows(startW + 3, startH + 2) + child.redoWindows(startW+3, startH+2) } } |
