]> git.saurik.com Git - wxWidgets.git/commitdiff
otherwise we always fall back to blitting, even if we can provide better results
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 3 May 2005 18:19:10 +0000 (18:19 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 3 May 2005 18:19:10 +0000 (18:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/bitmap.cpp

index 8ae71b1ca0f151c72ab63186cbce6754b95221ab..2982f8b1ade8030bfe77b21a14aef76e931fe709 100644 (file)
@@ -706,6 +706,7 @@ bool wxBitmap::CopyFromIcon(const wxIcon& icon)
             EndRawAccess() ;
             DisposeHandle( imagehandle ) ;
             DisposeHandle( maskhandle ) ;
+            created = true ;
         }
         DisposeHandle( (Handle) iconFamily ) ;