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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user