X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/670f9935630beb2123a5ca62894ae92a3f0efa4f..9cf58b6979fdccf6fb9e32858d0b0cd357e75b72:/src/msw/tabctrl.cpp diff --git a/src/msw/tabctrl.cpp b/src/msw/tabctrl.cpp index a218e6d923..d55fd09bca 100644 --- a/src/msw/tabctrl.cpp +++ b/src/msw/tabctrl.cpp @@ -19,15 +19,13 @@ #if wxUSE_TAB_DIALOG #ifndef WX_PRECOMP + #include "wx/msw/wrapcctl.h" // include "properly" #include "wx/wx.h" #include "wx/app.h" #endif #include "wx/msw/private.h" -// include "properly" -#include "wx/msw/wrapcctl.h" - #include "wx/tabctrl.h" #include "wx/msw/imaglist.h" @@ -151,7 +149,7 @@ bool wxTabCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result) event.SetInt(idCtrl) ; event.SetSelection(idCtrl); - return ProcessEvent(event); + return GetEventHandler()->ProcessEvent(event); } // Responds to colour changes, and passes event on to children.