FileBrowser.st
changeset 14467 b048bbcddb92
parent 14263 d3d43df12206
child 14499 44b03221ff92
--- a/FileBrowser.st	Fri Jun 06 09:30:13 2014 +0200
+++ b/FileBrowser.st	Fri Jun 06 09:30:25 2014 +0200
@@ -6874,7 +6874,6 @@
     icn := MIMETypeIconLibrary iconForKey:mimeTypeOrKey.
     icn notNil ifTrue:[
         icn := icn copy onDevice:self graphicsDevice.
-        icn clearMaskedPixels.
         icons at:mimeTypeOrKey put:icn.
         ^ icn
     ].
@@ -7444,10 +7443,10 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.660 2014-04-16 12:30:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.661 2014-06-06 07:30:25 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.660 2014-04-16 12:30:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.661 2014-06-06 07:30:25 stefan Exp $'
 ! !