Small bug in wx.FindReplaceDialog

On Mac, it doesn't respond to Esc to Cancel, and the OK button isn't marked as default so it doesn't respond to Return. Also, it would be very nice if there were a way to turn off, for example, the "up / down" search options, if one doesn't want to program a response to them. Just a thought to squirrel away for what, 2.5.5?

Charles Hartman

Charles Hartman wrote:

On Mac, it doesn't respond to Esc to Cancel,

This has been fixed.

and the OK button isn't marked as default so it doesn't respond to Return.

Will do.

Also, it would be very nice if there were a way to turn off, for example, the "up / down" search options, if one doesn't want to program a response to them.

You can do this by using the wx.FR_NOUPDOWN style.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!