arbitrary windows.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29973
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
SetThemeEnabled( true );
// Don't wish this to be found as a child
+ // JACS: this is not true for the Windows native version,
+ // so why should it be true here? This control can be used
+ // as a child of an arbitrary window, not just for frames.
+ // Commenting out.
#ifndef __WXMAC__
- parent->GetChildren().DeleteObject(this);
+ // parent->GetChildren().DeleteObject(this);
#endif
InitColours();