Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
Added Inverse Animation to Preview and Editor
Removed Skia4Delphi Directory
Added Skia4DelphiExtensions sources
  • Loading branch information
carloBarazzetta committed Mar 12, 2023
1 parent f140ea5 commit bea2ee6
Show file tree
Hide file tree
Showing 23 changed files with 1,412 additions and 25,324 deletions.
5 changes: 2 additions & 3 deletions Debug/Preview Handlers/PreviewHandler Host/uMain.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object FrmMain: TFrmMain
Width = 415
Height = 522
ObjectTypes = [otFolders, otNonFolders]
Root = 'rfDesktop'
Root = 'D:\ETHEA\Icone\LottieFiles'
ShellTreeView = ShellTreeView
Sorted = True
Align = alClient
Expand All @@ -73,7 +73,7 @@ object FrmMain: TFrmMain
Width = 121
Height = 524
ObjectTypes = [otFolders]
Root = 'rfDesktop'
Root = 'D:\ETHEA\Icone\LottieFiles'
ShellListView = ShellListView
UseShellImages = True
Align = alLeft
Expand All @@ -83,7 +83,6 @@ object FrmMain: TFrmMain
RightClickSelect = True
ShowRoot = False
TabOrder = 2
ExplicitHeight = 523
end
object Panel2: TPanel
Left = 0
Expand Down
2 changes: 1 addition & 1 deletion Ext/SVGIconImageList/Source/FMX.SVGIconImageList.pas
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ interface
;

const
SVGIconImageListVersion = '3.9.5';
SVGIconImageListVersion = '3.9.6';
DEFAULT_SIZE = 32;
ZOOM_DEFAULT = 100;
SVG_INHERIT_COLOR = TAlphaColors.Null;
Expand Down
2 changes: 1 addition & 1 deletion Ext/SVGIconImageList/Source/SVGIconImageListBase.pas
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ interface
SvgInterfaces;

const
SVGIconImageListVersion = '3.9.5';
SVGIconImageListVersion = '3.9.6';
DEFAULT_SIZE = 16;

type
Expand Down
Loading

0 comments on commit bea2ee6

Please sign in to comment.