I build C::B against wx trunk(On windows), I see an interesting issue:
When a new file is opened, the browser tree does not show correctly, see the first image:
Now, you can collapse the root node, see the second image:
And after that, you can expand the root node again, and now you see the correct result(third image):
Please note that
the tree in the first image is build from a worker thread, and the tree in the third image is build from the main gui thread(inside the event handler).
It looks like the tree does not work well if it is build from a worker thread. From my point of view, the tree should be only built from the main thread, what's your opinion?
I'm not sure how it works under Linux or Mac.