Skip to content

Commit

Permalink
Applied requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrr committed Mar 9, 2019
1 parent fc4f533 commit 1d0309e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions treeview.go
Expand Up @@ -188,8 +188,8 @@ func (n *TreeNode) SetText(text string) *TreeNode {
return n
}

// Color returns the node's color.
func (n *TreeNode) Color() tcell.Color {
// GetColor returns the node's color.
func (n *TreeNode) GetColor() tcell.Color {
return n.color
}

Expand Down

0 comments on commit 1d0309e

Please sign in to comment.