make return take the first item in the list all the time
(not just when there is exactly one thing in the list)
This commit is contained in:
parent
fe809a2f95
commit
b982c4dd6c
|
@ -206,7 +206,7 @@
|
|||
|
||||
(define (get-item-to-act-on)
|
||||
(or (send lb get-selection)
|
||||
(and (= 1 (send lb get-number))
|
||||
(and (<= 1 (send lb get-number))
|
||||
0)))
|
||||
|
||||
(update-list-of-paths)
|
||||
|
|
Loading…
Reference in New Issue
Block a user