wxUniv compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2321,7 +2321,7 @@ WXLRESULT wxWindowMSW::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM l
|
|||||||
#ifdef WM_PRINT
|
#ifdef WM_PRINT
|
||||||
case WM_PRINTCLIENT:
|
case WM_PRINTCLIENT:
|
||||||
if ( GetParent() &&
|
if ( GetParent() &&
|
||||||
GetParent()->MSWPrintChild(this, wParam, lParam) )
|
GetParent()->MSWPrintChild((wxWindow *)this, wParam, lParam) )
|
||||||
{
|
{
|
||||||
processed = true;
|
processed = true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user