diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ui/list.go | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/lib/ui/list.go b/lib/ui/list.go index 9caae20..58f304f 100644 --- a/lib/ui/list.go +++ b/lib/ui/list.go @@ -88,7 +88,6 @@ func (list *List) Select(index int) {  		panic(fmt.Errorf("Attempted to select unknown child"))  	}  	list.selected = index -	list.Items[list.selected].invalid = true  	list.Invalidate()  } | 
