Fix SetShape() in wxOSX/Cocoa.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 18 Oct 2011 21:56:42 +0000 (21:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 18 Oct 2011 21:56:42 +0000 (21:56 +0000)
commitcaab08ee9b59f92e2c54219c822e732a97dbf11d
treeb25f9649a54456e8f39cbcb07c40fcbeb8602ca6
parent265dd232419333a141779e6616df094e4337268d
Fix SetShape() in wxOSX/Cocoa.

Explicitly erase the part of the window outside of its shape with a
transparent colour to ensure that it is indeed transparent and not just has
the default solid background.

Closes #13340.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/cocoa/window.mm