diff options
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) } } |
