FileBrowser.st
changeset 16780 aafef33b5a47
parent 16777 3d2809055336
child 16797 4f240085a622
child 16935 ee594aebfa60
--- a/FileBrowser.st	Mon Aug 08 15:57:46 2016 +0200
+++ b/FileBrowser.st	Mon Aug 08 17:06:51 2016 +0200
@@ -6983,7 +6983,6 @@
         icn := assoc value.
         icn notNil ifTrue:[
             icn := icn copy onDevice:self graphicsDevice.
-            icn clearMaskedPixels.
             matchedIcons add:(assoc key -> icn).
             ^ icn
         ].