X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e0d42061ea0bc48696451886df0fab8343b020f..02b51ae521db06ef12a3c2a37a5378a9f715e707:/src/html/helpwnd.cpp diff --git a/src/html/helpwnd.cpp b/src/html/helpwnd.cpp index e66a5be432..78b4719acf 100644 --- a/src/html/helpwnd.cpp +++ b/src/html/helpwnd.cpp @@ -584,7 +584,7 @@ bool wxHtmlHelpWindow::Create(wxWindow* parent, wxWindowID id, // Reduce flicker by updating the splitter pane sizes before the // frame is shown wxSizeEvent sizeEvent(GetSize(), GetId()); - ProcessEvent(sizeEvent); + GetEventHandler()->ProcessEvent(sizeEvent); if (m_Splitter) m_Splitter->UpdateSize();