make the close icon clicky thingy not grab the focus
closes PR 10380
(cherry picked from commit 100b4d31f1
)
This commit is contained in:
parent
a3ce6c184e
commit
34ae8d15bf
|
@ -113,7 +113,7 @@
|
|||
[else
|
||||
mask1])))))
|
||||
|
||||
(super-new [style '(transparent)])
|
||||
(super-new [style '(transparent no-focus)])
|
||||
(min-width (+ horizontal-pad horizontal-pad (send icon get-width)))
|
||||
(min-height (+ vertical-pad vertical-pad (send icon get-height)))
|
||||
(stretchable-width #f)
|
||||
|
|
Loading…
Reference in New Issue
Block a user