diff --git a/collects/mrlib/close-icon.rkt b/collects/mrlib/close-icon.rkt index cde9e95fbc..039bd253b8 100644 --- a/collects/mrlib/close-icon.rkt +++ b/collects/mrlib/close-icon.rkt @@ -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)