Remove TextCtrl focus indicator

Is there a way to remove the glow (I'm running on mac) when a TextCtrl gets
focus?

I'm trying to vertically centralise the text in a TextCtrl, and to do it I'm
using a TextCtrl with no border, painting white areas above and below it along
with a border around it all, but the focus glow is breaking the illusion :stuck_out_tongue: Is
there a way to remove it with a style flag or anything?

Thanks!

Paul

Not that I know of.

ยทยทยท

On 2/7/12 9:54 AM, Paul wrote:

Is there a way to remove the glow (I'm running on mac) when a TextCtrl gets
focus?

I'm trying to vertically centralise the text in a TextCtrl, and to do it I'm
using a TextCtrl with no border, painting white areas above and below it along
with a border around it all, but the focus glow is breaking the illusion :stuck_out_tongue: Is
there a way to remove it with a style flag or anything?

--
Robin Dunn
Software Craftsman