This workaround is no longer needed because of fix in
wxWindowMac::MacWindowToRootWindow git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5437ff47ec
commit
ec830416c5
@ -2720,10 +2720,7 @@ void wxStyledTextCtrl::OnKeyDown(wxKeyEvent& evt) {
|
||||
|
||||
|
||||
void wxStyledTextCtrl::OnLoseFocus(wxFocusEvent& evt) {
|
||||
#ifdef __WXMAC__
|
||||
if (! (IsBeingDeleted() || GetParent()->IsBeingDeleted()))
|
||||
#endif
|
||||
m_swx->DoLoseFocus();
|
||||
m_swx->DoLoseFocus();
|
||||
evt.Skip();
|
||||
}
|
||||
|
||||
|
@ -529,10 +529,7 @@ void wxStyledTextCtrl::OnKeyDown(wxKeyEvent& evt) {
|
||||
|
||||
|
||||
void wxStyledTextCtrl::OnLoseFocus(wxFocusEvent& evt) {
|
||||
#ifdef __WXMAC__
|
||||
if (! (IsBeingDeleted() || GetParent()->IsBeingDeleted()))
|
||||
#endif
|
||||
m_swx->DoLoseFocus();
|
||||
m_swx->DoLoseFocus();
|
||||
evt.Skip();
|
||||
}
|
||||
|
||||
|
@ -2720,10 +2720,7 @@ void wxStyledTextCtrl::OnKeyDown(wxKeyEvent& evt) {
|
||||
|
||||
|
||||
void wxStyledTextCtrl::OnLoseFocus(wxFocusEvent& evt) {
|
||||
#ifdef __WXMAC__
|
||||
if (! (IsBeingDeleted() || GetParent()->IsBeingDeleted()))
|
||||
#endif
|
||||
m_swx->DoLoseFocus();
|
||||
m_swx->DoLoseFocus();
|
||||
evt.Skip();
|
||||
}
|
||||
|
||||
|
@ -529,10 +529,7 @@ void wxStyledTextCtrl::OnKeyDown(wxKeyEvent& evt) {
|
||||
|
||||
|
||||
void wxStyledTextCtrl::OnLoseFocus(wxFocusEvent& evt) {
|
||||
#ifdef __WXMAC__
|
||||
if (! (IsBeingDeleted() || GetParent()->IsBeingDeleted()))
|
||||
#endif
|
||||
m_swx->DoLoseFocus();
|
||||
m_swx->DoLoseFocus();
|
||||
evt.Skip();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user