Skip to content

Commit bea2ee6

Browse files
Version 1.4.0
Added Inverse Animation to Preview and Editor Removed Skia4Delphi Directory Added Skia4DelphiExtensions sources
1 parent f140ea5 commit bea2ee6

23 files changed

+1412
-25324
lines changed

Debug/Preview Handlers/PreviewHandler Host/uMain.dfm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ object FrmMain: TFrmMain
5757
Width = 415
5858
Height = 522
5959
ObjectTypes = [otFolders, otNonFolders]
60-
Root = 'rfDesktop'
60+
Root = 'D:\ETHEA\Icone\LottieFiles'
6161
ShellTreeView = ShellTreeView
6262
Sorted = True
6363
Align = alClient
@@ -73,7 +73,7 @@ object FrmMain: TFrmMain
7373
Width = 121
7474
Height = 524
7575
ObjectTypes = [otFolders]
76-
Root = 'rfDesktop'
76+
Root = 'D:\ETHEA\Icone\LottieFiles'
7777
ShellListView = ShellListView
7878
UseShellImages = True
7979
Align = alLeft
@@ -83,7 +83,6 @@ object FrmMain: TFrmMain
8383
RightClickSelect = True
8484
ShowRoot = False
8585
TabOrder = 2
86-
ExplicitHeight = 523
8786
end
8887
object Panel2: TPanel
8988
Left = 0

Ext/SVGIconImageList/Source/FMX.SVGIconImageList.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ interface
4747
;
4848

4949
const
50-
SVGIconImageListVersion = '3.9.5';
50+
SVGIconImageListVersion = '3.9.6';
5151
DEFAULT_SIZE = 32;
5252
ZOOM_DEFAULT = 100;
5353
SVG_INHERIT_COLOR = TAlphaColors.Null;

Ext/SVGIconImageList/Source/SVGIconImageListBase.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ interface
4848
SvgInterfaces;
4949

5050
const
51-
SVGIconImageListVersion = '3.9.5';
51+
SVGIconImageListVersion = '3.9.6';
5252
DEFAULT_SIZE = 16;
5353

5454
type

0 commit comments

Comments
 (0)