bug fix on open gui panel

This commit is contained in:
David Botton 2022-09-20 19:21:45 -04:00
parent 84d220a501
commit ecd1f99bd7

View file

@ -1739,7 +1739,8 @@ It parse the string TEXT without using READ functions."
(defun on-new-builder-panel (obj &key (open-file nil))
"Open new panel"
(unless (window-to-top-by-param obj open-file)
(unless (and open-file
(window-to-top-by-param obj open-file))
(let* ((app (connection-data-item obj "builder-app-data"))
(win (create-gui-window obj :top 40 :left 225
:width 645 :height 430