summaryrefslogtreecommitdiff
path: root/toolkit/gocui/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/gocui/common.go')
-rw-r--r--toolkit/gocui/common.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/gocui/common.go b/toolkit/gocui/common.go
index e348ab1..1b0d61f 100644
--- a/toolkit/gocui/common.go
+++ b/toolkit/gocui/common.go
@@ -30,6 +30,8 @@ func makeWidget(a *toolkit.Action) *cuiWidget {
w.id = a.WidgetId
// set the name used by gocui to the id
w.cuiName = strconv.Itoa(w.id)
+ // set the gocui view.Frame = true by default
+ w.frame = true
if w.widgetType == toolkit.Root {
log(logInfo, "setupWidget() FOUND ROOT w.id =", w.id, "w.parent", w.parent, "ParentId =", a.ParentId)