Skip to content

Commit

Permalink
reconnected onfontmissing event handler
Browse files Browse the repository at this point in the history
  • Loading branch information
carloBarazzetta committed May 3, 2024
1 parent 91de3a3 commit b2a2cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/Source/DImages.dfm
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
object dmImages: TdmImages
OldCreateOrder = True
OnDestroy = DataModuleDestroy
Height = 278
Width = 365
Expand Down Expand Up @@ -48,6 +47,7 @@ object dmImages: TdmImages
IconName = 'open-in-new'
end>
FontName = 'Material Design Icons'
OnFontMissing = IconFontsImageCollectionFontMissing
Left = 184
Top = 152
end
Expand Down

0 comments on commit b2a2cec

Please sign in to comment.