reset default names on panel after load

This commit is contained in:
David Botton 2022-07-06 17:00:13 -04:00
parent daa7fa5afa
commit 5071f9f3dc

View file

@ -1351,6 +1351,7 @@ of controls and double click to select control."
(window-focus win)
(when fname
(setf file-name fname)
(setf render-file-name "")
(setf (inner-html content)
(escape-string (read-file fname)))
(clrhash (get-control-list app panel-id))
@ -1663,6 +1664,7 @@ of controls and double click to select control."
(window-focus win)
(when fname
(setf file-name fname)
(setf render-file-name "")
(setf (inner-html content)
(escape-string (read-file fname)))
(clrhash (get-control-list app panel-id))