Bug Fix
This commit is contained in:
@@ -228,7 +228,7 @@ func (w *SimpleList) MinW() int {
|
||||
func (w *SimpleList) MinH() int { return 4 }
|
||||
|
||||
func (w *SimpleList) getItemAt(idx int) {
|
||||
for idx >= len(w.List) {
|
||||
for idx >= len(w.list) {
|
||||
idx--
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user