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:
parent
fc4f533e0b
commit
1d0309ee28
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user