Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 16f7e7466a |
@@ -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