mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-05 18:20:36 -08:00
pointer arrow on panel name
This commit is contained in:
parent
42ac76f008
commit
4d02a3c689
1 changed files with 3 additions and 1 deletions
|
|
@ -128,7 +128,9 @@ of controls and double click to select control."
|
|||
(let ((lwin (control-list-win app)))
|
||||
(setf (inner-html lwin) "")
|
||||
(browser-gc content)
|
||||
(set-on-mouse-click (create-div lwin :content (attribute content "data-clog-name"))
|
||||
(set-on-mouse-click (create-div lwin
|
||||
:style "cursor:default;"
|
||||
:content (attribute content "data-clog-name"))
|
||||
(lambda (obj data)
|
||||
(declare (ignore obj data))
|
||||
(deselect-current-control app)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue