Commit d2259665 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

user32: Blit the right bitmap when stretching monochrome icons in CopyImage().

parent 94eb8d36
......@@ -3024,7 +3024,7 @@ HANDLE WINAPI CopyImage( HANDLE hnd, UINT type, INT desiredx,
release_user_handle_ptr( icon );
return 0;
}
stretch_bitmap( info.hbmColor, frame->color, desiredx, desiredy * 2,
stretch_bitmap( info.hbmMask, frame->mask, desiredx, desiredy * 2,
frame->width, frame->height * 2 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment