fix for win64 :rename-and-delete

This commit is contained in:
David Botton 2024-05-05 23:37:20 -04:00
parent 7a3f0ddace
commit 4e5cc847b5
2 changed files with 18 additions and 1 deletions

View file

@ -117,13 +117,14 @@
(window-focus win))
(on-change (obj)
(declare (ignore obj))
(setf (text-value load-btn) "loading")
(setf (text tree) "")
(let* ((sel (value projects))
(root (quicklisp:where-is-system sel))
(dir (directory-namestring (uiop:truename* root))))
(cond (root
(setf (current-project app) sel)
(setf (text-value load-btn) "not loaded")
(setf (text tree) "")
(create-clog-tree tree
:fill-function (lambda (obj)
(project-tree-dir-select obj dir))