Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: artoj on February 04, 2006, 11:26:30 pm

Title: Revision 1942 regression
Post by: artoj on February 04, 2006, 11:26:30 pm
The following problems are in latest nightly (revision 1942) but NOT in previous nightly (revision 1940). Using Windows XP x64, default theme (silver).

1. Tabs not painted correctly. See images.

Here's how the symbols tab was painted in revision 1940:

(http://ajonsson.kapsi.fi/pub/codeblocks/debug/r1942regression/normal2.png)

And here's how it looks on 1942:

(http://ajonsson.kapsi.fi/pub/codeblocks/debug/r1942regression/painterror1.png)

-------

Selecting the Projects tab and the clicking and holding the mouse button over the Symbols tab creates this effect on Windows (this does not happen in rev 1940):

(http://ajonsson.kapsi.fi/pub/codeblocks/debug/r1942regression/painterror2.png)

(Some of the elements from the Symbols are drawn above the Projects tab)

2. Opened filest list flickers when changing active file by clicking the tabs.

- Open few files.
- Click the file tabs to view files. The Open files list flickers when tabs are selected.
Title: Re: Revision 1942 regression
Post by: sethjackson on February 04, 2006, 11:35:17 pm
Hmm read this fourth post from the bottom....

http://wxforum.shadonet.com/viewtopic.php?t=5761&postdays=0&postorder=asc&start=90

Maybe the C::B code needs to be updated???? I hope it isn't a wxFNB problem....
Title: Re: Revision 1942 regression
Post by: mandrav on February 04, 2006, 11:59:22 pm
I updated wxFNB to latest CVS. Any changes you see are because of it.
Title: Re: Revision 1942 regression
Post by: sethjackson on February 05, 2006, 01:52:14 am
I updated wxFNB to latest CVS. Any changes you see are because of it.

Which is what I was saying. The default bacground for wxFNB is different now on Windows. :) Maybe this could be overridden. I like the old background style better. That is just my opinion tho. :)
Title: Re: Revision 1942 regression
Post by: Ceniza on February 05, 2006, 02:26:56 am
What about adding a wxPanel for those widgets in Symbols?

The current background colour for wxFNB (the dark one) is right now.
Title: Re: Revision 1942 regression
Post by: takeshimiya on February 05, 2006, 03:27:08 am
What about adding a wxPanel for those widgets in Symbols?
I thought the same. It isn't that way? I guess no.