Skip to content

Commit

Permalink
[Bug]: GT Home - Passing Actual Icon Causes Endless Rendering
Browse files Browse the repository at this point in the history
And ballooning of image size by many GB
  • Loading branch information
seandenigris committed Jan 20, 2025
1 parent c7e5fc6 commit 9885527
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Dynabook-GToolkit/GtHomeMultiCardSection.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ GtHomeMultiCardSection >> iconFrom: iconable [
iconable isString ifTrue: [ ^ self iconFromFileNamed: iconable ].
(iconable isKindOf: AbstractFileReference)
ifTrue: [ ^ GtFileUtility imageElementFromFileReference: iconable ].

^ iconable
]

0 comments on commit 9885527

Please sign in to comment.