MacOSXIconReader.st
changeset 3363 26f61d3e0bb9
parent 3362 84da5a3c2e27
child 3381 5166ef7c73b3
--- a/MacOSXIconReader.st	Thu Jul 24 19:49:16 2014 +0200
+++ b/MacOSXIconReader.st	Thu Jul 24 19:51:17 2014 +0200
@@ -596,6 +596,7 @@
 
     pixelData := (ByteArray new:128) replaceBytesFrom:1 to:128 with:bytes startingAt:1; yourself.
     img := Depth1Image width:32 height:32 fromArray:pixelData.
+    img photometric:#whiteIs0.
     ^ img
 
     "
@@ -821,11 +822,11 @@
 !MacOSXIconReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MacOSXIconReader.st,v 1.9 2014-07-24 17:49:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MacOSXIconReader.st,v 1.10 2014-07-24 17:51:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/MacOSXIconReader.st,v 1.9 2014-07-24 17:49:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MacOSXIconReader.st,v 1.10 2014-07-24 17:51:17 cg Exp $'
 ! !