1
0
mirror of https://github.com/rivo/tview.git synced 2025-04-26 13:49:06 +08:00

Applied requested changes

This commit is contained in:
Dario 2019-03-09 23:33:40 +01:00
parent fc4f533e0b
commit 1d0309ee28

View File

@ -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
}