Add a comment

master
Nick Krichevsky 2019-05-19 20:23:05 -04:00
parent 350a24badd
commit 0a42087378
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ func (tree *TreeWidget) SelectNext() {
cursorNode = cursorNode.parent
}
}
// If all else fails, we must be at the end of the list, and there's nothing else to select.
}
// renderSingleTree renders a node and all its descendents