minor bug on directory selections
svn: r4454 original commit: 477528c805d7f3c5c92d55730cab0cefca486dff
This commit is contained in:
commit
843a74c61d
|
@ -430,7 +430,7 @@
|
|||
[selections (send path-list get-selections)]
|
||||
[many? (and multi? (equal? "" sel)
|
||||
(<= 1 (length selections)))])
|
||||
(cond [(and isdir? (or (not (equal? "" sel)) (root? sel0)))
|
||||
(cond [(and isdir? (not (equal? "" sel0)))
|
||||
;; chose a directory -- go there
|
||||
(set-dir path) (send* text* (erase) (select-all)) (set-ok?)]
|
||||
[(and /? isfile?)
|
||||
|
|
Loading…
Reference in New Issue
Block a user