mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
improved selection for static controls
This commit is contained in:
parent
aa4a0858a3
commit
ffa815ff2e
1 changed files with 2 additions and 2 deletions
|
|
@ -468,8 +468,8 @@ not a temporary attached one when using select-control."
|
|||
(let ((app (connection-data-item control "builder-app-data"))
|
||||
(placer (get-placer control)))
|
||||
(deselect-current-control app)
|
||||
(set-geometry placer :top (top control)
|
||||
:left (left control)
|
||||
(set-geometry placer :top (position-top control)
|
||||
:left (position-left control)
|
||||
:width (client-width control)
|
||||
:height (client-height control))
|
||||
(setf (current-control app) control)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue