improved selection for static controls

This commit is contained in:
David Botton 2022-06-21 22:33:49 -04:00
parent aa4a0858a3
commit ffa815ff2e

View file

@ -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)