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:
parent
072252d9aa
commit
cbe733bdec
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue