FYI, this appears to have been fixed by the 3.0.1 release, although I have
no idea how (the ticket wxTrac has been migrated to GitHub Issues - wxWidgets has not been
updated).
-Nat
···
On Thu, Jun 26, 2014 at 12:57 PM, Nat Echols <nathaniel.echols@gmail.com> wrote:
On Thu, Jun 26, 2014 at 12:47 PM, Anna Petrášová <kratochanna@gmail.com> > wrote:
Another critical bug appears when using flatnotebook, there is already
some discussion on mailing list but I don't know if anything happened since
then.
Redirecting to Google GroupsNot that I'm aware of. It is definitely a bug in wxPython, not my usage
of it, and it is definitely new in 3.0. The wxWidgets event loop is a
complete black box to me (and I could not figure out a way to access it
from Python for debugging purposes), and I didn't have any luck with my
attempt to fix flatnotebook myself, so I eventually just gave up and added
a bunch of 3.0/Cocoa-specific tweaks to my app, like disabling the
tab-close box (or using the AGW notebook, which is approximately the same
layout).