one call is enough
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -427,7 +427,6 @@ bool wxWebKitCtrl::Create(wxWindow *parent,
 | 
				
			|||||||
*/
 | 
					*/
 | 
				
			||||||
    // now create and attach WebKit view...
 | 
					    // now create and attach WebKit view...
 | 
				
			||||||
    DontCreatePeer();
 | 
					    DontCreatePeer();
 | 
				
			||||||
    DontCreatePeer();
 | 
					 | 
				
			||||||
    wxControl::Create(parent, winID, pos, size, style , validator , name);
 | 
					    wxControl::Create(parent, winID, pos, size, style , validator , name);
 | 
				
			||||||
#if wxOSX_USE_CARBON
 | 
					#if wxOSX_USE_CARBON
 | 
				
			||||||
    wxMacControl* peer = new wxMacControl(this);
 | 
					    wxMacControl* peer = new wxMacControl(this);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user