StandardSystemView.st
changeset 827 3dca7f976df0
parent 825 dad10f7f7251
child 857 df5125310d86
--- a/StandardSystemView.st	Mon Jun 10 21:58:11 1996 +0200
+++ b/StandardSystemView.st	Mon Jun 10 22:18:43 1996 +0200
@@ -957,7 +957,7 @@
 
     d := icon depth.
     device supportsDeepIcons ifFalse:[
-        d ~~ 1 ifTrue:[
+        (d ~~ 1 or:[icon isImage]) ifTrue:[
             "
              dither to monochrome
             "
@@ -1001,7 +1001,7 @@
     ^ deviceIcon
 
     "Created: 10.6.1996 / 19:41:31 / cg"
-    "Modified: 10.6.1996 / 21:36:28 / cg"
+    "Modified: 10.6.1996 / 22:17:34 / cg"
 !
 
 setWindowGroupFromApplication
@@ -1209,5 +1209,5 @@
 !StandardSystemView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.55 1996-06-10 19:37:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.56 1996-06-10 20:17:54 cg Exp $'
 ! !