make the close icon clicky thingy not grab the focus

closes PR 10380
This commit is contained in:
Robby Findler 2011-04-18 10:31:19 -05:00
parent 0c1348ee03
commit 100b4d31f1

View File

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