svn+ssh://bugman@.../svn/relax/trunk
........
r26291 | bugman | 2014-10-15 17:57:52 +0200 (Wed, 15 Oct 2014) | 9 lines
Fix for the find next bug in the relax controller window.
This is bug #22815 (https://gna.org/bugs/?22815), the failure of find next using F3 (or Ctrl-G on
Mac OS X) in the relax controller window if search text has already been set.
The fix was simple, as the required flags are in the self.find_data class object (an instance of
wx.FindReplaceData).
........
r26292 | bugman | 2014-10-15 18:23:29 +0200 (Wed, 15 Oct 2014) | 9 lines
Fix for find dialog in the relax controller window.
This is for bug #22816 (https://gna.org/bugs/?22816), the find functionality of the relax controller
window does not find text when using wxPython >= 2.9.
The find wxPython events are now bound to the find dialog rather than the relax controller window
LogCtrl element for displaying the relax messages. This works on all wxPython versions.
........