non owned window implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1472,7 +1472,7 @@ bool wxApp::MacSendCharEvent( wxWindow* focus , long keymessage , long modifiers
|
||||
|
||||
bool handled = false ;
|
||||
|
||||
wxTopLevelWindowMac *tlw = focus->MacGetTopLevelWindow() ;
|
||||
wxNonOwnedWindow *tlw = focus->MacGetTopLevelWindow() ;
|
||||
|
||||
if (tlw)
|
||||
{
|
||||
|
Reference in New Issue
Block a user