Riaan Booysen wrote:
Hi Robin,
I have some issues to report for 2.4.1.
There seems to be some changes to window styles.
You can see the differences between 2.4.0. and 2.4.1
in the wxPython demo's splitter and tree styles.
I've attached 2 more examples of style changes.Also wxGenStaticText now needs a wxNO_BORDER style
otherwise it has a thick border.
Yeah, Julian made a bunch of changes to styles to try and make things more consistent by default with WinXP. I didn't really pay a lot of attention to what was being changed, guess I should have.
The fix for wxGenStaticText is easy and probably should have bee this way from the begining. I'll ask about the other things.
A more serious issue, but luckily more isolated, is a problem
I picked up with wxSTC. When EOL symbols (SetViewEOL) is
turned on, the whole control fills with a horizontally
repeating line of text.
Yeah, a C++ user reported this a few days ago too. I havn't looked real hard for the source of the problem yet but I'm hoping that and upgrade to Scintilla 1.53 will fix it...
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!