Use the usual WXHWND instead of wxWidget.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2014-09-10 14:57:50 +00:00
parent 163a78c76c
commit 49ed30caae
5 changed files with 10 additions and 12 deletions

View File

@@ -994,7 +994,7 @@ WXLRESULT wxFrame::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lPara
#if wxUSE_TASKBARBUTTON
if ( message == wxMsgTaskbarButtonCreated )
{
m_taskBarButton = new wxTaskBarButtonImpl(GetHandle());
m_taskBarButton = new wxTaskBarButtonImpl(this);
processed = true;
}
#endif