mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
bug fix on open gui panel
This commit is contained in:
parent
84d220a501
commit
ecd1f99bd7
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue