mirror of
https://github.com/rivo/tview.git
synced 2024-11-12 19:10:28 +00:00
parent
b62197ade4
commit
a186f0a909
@ -562,13 +562,7 @@ func (t *TreeView) Draw(screen tcell.Screen) {
|
||||
return
|
||||
}
|
||||
|
||||
// Build the tree if necessary.
|
||||
if t.nodes == nil {
|
||||
t.process()
|
||||
}
|
||||
defer func() {
|
||||
t.nodes = nil // Rebuild during next call to Draw()
|
||||
}()
|
||||
t.process()
|
||||
|
||||
// Scroll the tree.
|
||||
x, y, width, height := t.GetInnerRect()
|
||||
|
Loading…
Reference in New Issue
Block a user