We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6989c commit e4f54c1Copy full SHA for e4f54c1
src/Settings-Polymorph/PolymorphSystemSettings.class.st
@@ -1233,7 +1233,9 @@ PolymorphSystemSettings class >> pharoLogoForm [
1233
{ #category : 'desktop' }
1234
PolymorphSystemSettings class >> pharoLogoFormSet [
1235
^ FormSet forms: ({ self pharoLogoContents1. self pharoLogoContents2 }
1236
- collect: [ :contents | Form fromBinaryStream: contents base64Decoded readStream ])
+ collect: [ :contents |
1237
+ (Form fromBinaryStream: contents base64Decoded readStream) collectColors: [ :color |
1238
+ color alpha > 0 ifTrue: [ color / color alpha ] ifFalse: [ color ] ] ])
1239
]
1240
1241
0 commit comments