FileBrowser.st
changeset 16780 aafef33b5a47
parent 16777 3d2809055336
child 16797 4f240085a622
child 16935 ee594aebfa60
equal deleted inserted replaced
16779:288875950e56 16780:aafef33b5a47
  6981     assoc := MIMETypeIconLibrary iconForMatchKey:mimeTypeOrKey.
  6981     assoc := MIMETypeIconLibrary iconForMatchKey:mimeTypeOrKey.
  6982     assoc notNil ifTrue:[
  6982     assoc notNil ifTrue:[
  6983         icn := assoc value.
  6983         icn := assoc value.
  6984         icn notNil ifTrue:[
  6984         icn notNil ifTrue:[
  6985             icn := icn copy onDevice:self graphicsDevice.
  6985             icn := icn copy onDevice:self graphicsDevice.
  6986             icn clearMaskedPixels.
       
  6987             matchedIcons add:(assoc key -> icn).
  6986             matchedIcons add:(assoc key -> icn).
  6988             ^ icn
  6987             ^ icn
  6989         ].
  6988         ].
  6990     ].
  6989     ].
  6991 
  6990