diff options
| author | Jeff Carr <[email protected]> | 2023-04-26 12:38:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-26 12:38:39 -0500 |
| commit | 78c2c9c45f1c3b01d5ab39489b50d969ffc1dd03 (patch) | |
| tree | 491e644bf8640de95115c7a687ac17b39de4b654 /toolkit/gocui/add.go | |
| parent | 41aa58692fd1937b71dee4e1e710dee822a84556 (diff) | |
gocui: closer to correct tabs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/add.go')
| -rw-r--r-- | toolkit/gocui/add.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/gocui/add.go b/toolkit/gocui/add.go index 1282081..6efbbc2 100644 --- a/toolkit/gocui/add.go +++ b/toolkit/gocui/add.go @@ -28,7 +28,7 @@ func (w *cuiWidget) setFake() { fakeStartWidth += me.DevelOffsetW } if (logInfo) { - w.drawView() + w.showView() } } @@ -45,11 +45,11 @@ func (w *cuiWidget) addWidget() { return case toolkit.Window: w.setTabWH() - w.drawView() + w.showView() return case toolkit.Tab: w.setTabWH() - w.drawView() + w.showView() return case toolkit.Box: w.isFake = true |
