13 - wxNotebook and property list frame do not appear properly when
15 Workaround: resize the window (manually or programmatically) to
16 make the window appear.
17 This also happens with other windows, e.g. the sizer
18 dialog in the layout sample.
20 - wxSashWindow borders aren't repainted properly if the sashtest
21 sample is exposed (after being under another window).
23 - If a popup wxMenu is destroyed after its parent window has been
24 destroyed, we get the message "Object XXX does not have windowed
26 Workaround: delete the menu before deleting the window on which it
28 Possible fix: call menu->DestroyMenu() before deleting the window,
29 if the window knows about the menu that was last popped up (hard
30 to know this with confidence).
32 - In wxGrid, cell highlight is not drawn/erased properly.
34 - Setting the size of a hidden window may show that window.