non owned window implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -72,7 +72,7 @@ bool wxDrawerWindow::Create(wxWindow *parent,
|
||||
bool success = wxWindow::Create(parent, id, pos, dummySize, style, name);
|
||||
if (success)
|
||||
{
|
||||
this->MacCreateRealWindow(title, pos, size, style, name);
|
||||
this->MacCreateRealWindow(pos, size, style, name);
|
||||
success = (m_macWindow != NULL);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user