mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
missing setting for client-movement
This commit is contained in:
parent
393525249a
commit
977364eff2
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
(win (create-gui-window obj :title "ASDF System Browser"
|
||||
:top 40 :left 225
|
||||
:width 592 :height 435
|
||||
:client-movement t))
|
||||
:client-movement *client-side-movement*))
|
||||
(panel (create-asdf-systems (window-content win))))
|
||||
(when *open-external*
|
||||
(setf (checkedp (ext-open-source panel)) t))
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
(win (create-gui-window obj :title "System Browser"
|
||||
:top 40 :left 225
|
||||
:width 685 :height 530
|
||||
:client-movement t))
|
||||
:client-movement *client-side-movement*))
|
||||
(panel (create-sys-browser (window-content win))))
|
||||
(when search
|
||||
(setf (text-value (search-box panel)) search)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue