Skip to content

Commit

Permalink
ver.3.9.0
Browse files Browse the repository at this point in the history
aligned to Image32 4.2
Fixed #229 Blueish tint on Android and MacOS-X
  • Loading branch information
carloBarazzetta committed Jun 15, 2022
1 parent 086c9fc commit 884a602
Show file tree
Hide file tree
Showing 29 changed files with 2,073 additions and 2,621 deletions.
10 changes: 5 additions & 5 deletions Demo/D11/SVGIconImageCollectionIntoControlList.dproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{424FFC3D-39D3-4BF9-8092-2889082C0FFA}</ProjectGuid>
<ProjectVersion>19.3</ProjectVersion>
<ProjectVersion>19.4</ProjectVersion>
<FrameworkType>VCL</FrameworkType>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
Expand Down Expand Up @@ -110,17 +110,17 @@
<Form>ControlListMainForm</Form>
<FormType>dfm</FormType>
</DCCReference>
<BuildConfiguration Include="Release">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Debug">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
Expand Down
4 changes: 0 additions & 4 deletions Demo/Source/UControlListMain.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -4186,19 +4186,15 @@ object ControlListMainForm: TControlListMainForm
Top = 232
end
object VirtualImageList: TVirtualImageList
DisabledGrayscale = False
DisabledSuffix = '_Disabled'
Images = <
item
CollectionIndex = 0
CollectionName = 'about'
Disabled = False
Name = 'about'
end
item
CollectionIndex = 1
CollectionName = 'ok'
Disabled = False
Name = 'ok'
end>
ImageCollection = SVGIconImageButtons
Expand Down
Loading

0 comments on commit 884a602

Please sign in to comment.