2.4.0.7 introduces a change in wxListCtrl?

Robin Dunn wrote:

To help narrow down the problem could you try it with various combinations of the following:

  with/without the notebook
  with/without the splitter window
  with some other control, such as wxTreeCtrl

and report the results in the bug report?

I'll add this to my bug report but I'll describe it here too.

The necessary structure to produce the problem appears to be:

wxFrame
  wxNoteBook
    wxSplitter
      Either wxListCtrl or wxTreeCtrl show the problem

If I eliminate the wxNoteBook the problem goes away. If I eliminate the wxSplitter, the problem goes away. But I see it with either wxListCtrl or wxTreeCtrl. I haven't tested other controls.

gb