3 bugs
Brought to you by:
eranif
Pardon my laziness for not making these all separate issues.
1. SetNonActiveTabTextColor doesn't work under the VC8 style.
2. Set TabAreaColor doesnt work under VC71, and works only on the second of two instances under VC8
3. SetAllPagesShapeAngle doesn't work
To test this I modified the example program to send the tab/color to both of the notebooks. Attached is a patch to run against the demo app.
Using FC5, GTK
patch wxFlatNotebookTest Frame.cpp for testing
Logged In: YES
user_id=619807
Originator: YES
OK I fixed all of these. I noticed that VC71 has some other limitations of flexibility, which I took out so it responds to more color commands. The user can always just use that default grey wxColour(247, 243, 233) if they want the original look.
TAR file attached, untar it from the contrib directory and it will put in place three .patch files (I fixed my bugtest patch also, there was a bug in it!) ... then you can patch your source from those individual patches. I'm a little disorganized to make one big patch file, sorry!
File Added: bug1632714fixPatches.tar
untar it from the contrib directory and it will put in place three .patch files