driscollis / applications_with_wxpython

Code examples for the book, Creating GUI Application with wxPython
https://www.blog.pythonlibrary.org
116 stars 26 forks source link

Chapter 11 - Text Search - Preferences Dialog Browse button not bound #25

Closed cmcknight closed 5 years ago

cmcknight commented 5 years ago

The browse button in the preferences.py file is instantiated but is not bound before being added to the row_sizer.

driscollis commented 5 years ago

Well that is a really silly oversight on my part. Fortunately, it is also very easy to fix