X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff3493c0cefd6713772be9747b8a1e6d874e1afe..2e6bfeb9035233b2889af03f7846d2c77125efb7:/src/common/wincmn.cpp diff --git a/src/common/wincmn.cpp b/src/common/wincmn.cpp index 3c2c0f4e1d..787d08b13f 100644 --- a/src/common/wincmn.cpp +++ b/src/common/wincmn.cpp @@ -3370,7 +3370,7 @@ bool wxWindowBase::TryAfter(wxEvent& event) wxWindow *parent = GetParent(); if ( parent && !parent->IsBeingDeleted() ) { - wxPropagateOnce propagateOnce(event); + wxPropagateOnce propagateOnce(event, this); return parent->GetEventHandler()->ProcessEvent(event); }