spell error fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2540,7 +2540,7 @@ void wxWidgetCocoaImpl::DoNotifyFocusEvent(bool receivedFocus, wxWidgetImpl* oth
|
||||
event.SetWindow(otherWindow->GetWXPeer());
|
||||
thisWindow->HandleWindowEvent(event) ;
|
||||
}
|
||||
else // !receivedFocuss
|
||||
else // !receivedFocus
|
||||
{
|
||||
#if wxUSE_CARET
|
||||
if ( thisWindow->GetCaret() )
|
||||
|
Reference in New Issue
Block a user