Scott Talbert

Results 276 comments of Scott Talbert
trafficstars

> @swt2c Latest wxWidgets master branch works correctly (C++). Sorry, can you check the latest wxWidgets *release* or the 3.2 branch? wxPython uses the 3.2 branch.

I suspect this might be the issue: https://github.com/wxWidgets/wxWidgets/issues/24056

> @swt2c as I said, I've checked 3.2.0 and it works correctly. As a wxPython and wxWidgets developer, I know how to test it. The problem is that I don't...

> @swt2c no problem, just give me the exact wxWidgets commit, and I will test it for you. If the problem is in wxWidgets, as I believe it is, can...

Thanks for testing. I was hoping this was a wxWidgets issue, but your testing seems to indicate it is now. After looking at the changes between 4.2.0 and 4.2.1, I...

Investigated and found root cause finally, reported upstream to wxWidgets: https://github.com/wxWidgets/wxWidgets/issues/23737

Thanks @iliastsi nice fix, much nicer than what I was coming up with.

You left out a lot of important details: - What version of wxPython? - What version of Python? - 32-bit or 64-bit? - Did you build wxPython yourself? Presumbably you...