diff options
| author | Jeff Carr <[email protected]> | 2023-04-03 11:52:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-03 11:52:54 -0500 |
| commit | 55c7b44594096f338676d1b133acd4c649d1d6b8 (patch) | |
| tree | d3872f5230ee1ddde24aa61efa48b6703f81b644 /toolkit/gocui/plugin.go | |
| parent | 4b6207743b90968d6b822032a4355e43b6ce6da9 (diff) | |
gocui: more color cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/plugin.go')
| -rw-r--r-- | toolkit/gocui/plugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/gocui/plugin.go b/toolkit/gocui/plugin.go index 7c4eee5..01579ab 100644 --- a/toolkit/gocui/plugin.go +++ b/toolkit/gocui/plugin.go @@ -58,7 +58,7 @@ func (w *cuiWidget) SetText(text string) { w.text = text w.s = text w.textResize() - me.baseGui.DeleteView(w.cuiName) + w.deleteView() w.drawView() } |
