diff options
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ func (win *guiWidget) addWindowFrame(wId int) *tree.Node { // set the name used by gocui to the id tk.cuiName = fmt.Sprintf("%d DR", wId) - tk.color = &colorGroup + // tk.color = &colorGroup // add this new widget on the binary tree tk.parent = win |
