git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46128
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool wxPopupWindow::Create( wxWindow *parent, int style )
{
bool wxPopupWindow::Create( wxWindow *parent, int style )
{
if (!PreCreation( parent, wxDefaultPosition, wxDefaultSize ) ||
!CreateBase( parent, -1, wxDefaultPosition, wxDefaultSize, style, wxDefaultValidator, wxT("popup") ))
{
if (!PreCreation( parent, wxDefaultPosition, wxDefaultSize ) ||
!CreateBase( parent, -1, wxDefaultPosition, wxDefaultSize, style, wxDefaultValidator, wxT("popup") ))
{