make the close icon clicky thingy not grab the focus

closes PR 10380
(cherry picked from commit 100b4d31f1)
This commit is contained in:
Robby Findler 2011-04-18 10:31:19 -05:00 committed by Eli Barzilay
parent a3ce6c184e
commit 34ae8d15bf

View File

@ -113,7 +113,7 @@
[else [else
mask1]))))) mask1])))))
(super-new [style '(transparent)]) (super-new [style '(transparent no-focus)])
(min-width (+ horizontal-pad horizontal-pad (send icon get-width))) (min-width (+ horizontal-pad horizontal-pad (send icon get-width)))
(min-height (+ vertical-pad vertical-pad (send icon get-height))) (min-height (+ vertical-pad vertical-pad (send icon get-height)))
(stretchable-width #f) (stretchable-width #f)