DirectoryView.st
changeset 474 7b19423c8b79
parent 473 396ab247a5af
child 502 624dc714fd69
equal deleted inserted replaced
473:396ab247a5af 474:7b19423c8b79
   583 iconOn:aGC
   583 iconOn:aGC
   584 
   584 
   585     (aGC registeredImageAt:iconKey) isNil
   585     (aGC registeredImageAt:iconKey) isNil
   586     ifTrue:
   586     ifTrue:
   587     [
   587     [
   588         ((iconKey == #imageFileIcon) and: [size < 50000])
   588         ((iconKey == #imageFileIcon) and: [size < 5000])
   589         ifTrue:
   589         ifTrue:
   590         [
   590         [
   591             Object errorSignal handle: [:ex|]
   591             Object errorSignal handle: [:ex|]
   592             do:
   592             do:
   593             [   
   593             [