* Olly Betts <o...@survex.com>, 2014-08-24, 00:58:
For 3.0, you don't want the "-unicode" qualifier, since all builds are
Unicode builds now.
Oh, now it makes sense. I realized that my code didn't actually ensure
that the select wx version is Unicode-enabled. So I've rewritten it in a
way that makes adding support for new wx versions less error-prone:
https://bitbucket.org/jwilk/djvusmooth/commits/401f77082777
- self.SetBestFittingSize(size)
+ self.SetInitialSize(size)
OK, although again not compatible with wxPython 2.6.
Indeed, but you get a deprecation warning from the former with 3.0.
Hmm, somehow I missed this warning when I was testing stuff. That's a
good reason to drop support for wxPython 2.6, indeed.
--
Jakub Wilk
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org