otherwise we always fall back to blitting, even if we can provide better results

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2005-05-03 18:19:10 +00:00
parent 903f1b0d80
commit 95d8425feb

View File

@ -706,6 +706,7 @@ bool wxBitmap::CopyFromIcon(const wxIcon& icon)
EndRawAccess() ;
DisposeHandle( imagehandle ) ;
DisposeHandle( maskhandle ) ;
created = true ;
}
DisposeHandle( (Handle) iconFamily ) ;