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 7 - ArchiverPanel init() #11

Closed cmcknight closed 5 years ago

cmcknight commented 5 years ago

The book shows the code

self.archive_olv.SetDropTarget(drop_target)

but that line is not in the source repo code.

driscollis commented 5 years ago

Oops. Good catch. I thought I had fixed that last week when I was updating this chapter