diff options
| author | Jeff Carr <[email protected]> | 2023-04-26 12:18:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-26 12:18:08 -0500 |
| commit | 41aa58692fd1937b71dee4e1e710dee822a84556 (patch) | |
| tree | 6bd162dc61a51b843021db10931679cad10f2cab /toolkit/gocui/add.go | |
| parent | 4c353421343966912124aa8ad612f0fa72685b0b (diff) | |
gocli: close to working tabs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/add.go')
| -rw-r--r-- | toolkit/gocui/add.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/gocui/add.go b/toolkit/gocui/add.go index dc81130..1282081 100644 --- a/toolkit/gocui/add.go +++ b/toolkit/gocui/add.go @@ -46,7 +46,6 @@ func (w *cuiWidget) addWidget() { case toolkit.Window: w.setTabWH() w.drawView() - // w.frame = false return case toolkit.Tab: w.setTabWH() |
