Re: Re: Phoenix - wx.ScrolledWindow with VSCROLL
Scott Talbert <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 5 Mar 2016, Scott Talbert wrote: > Yes, that's my patch. I can't reproduce the problem exactly, but I > think it may have to do with all of the integer conversions that are > taking place between Python and C++, especially on 32 bit OS. I will > try to rework my patch. OK, I submitted a pull request with a fix: https://github.com/wxWidgets/Phoenix/pull/45 Scott