Examples: Fix background color issue in lazfreetype demo.

git-svn-id: trunk@57798 -
This commit is contained in:
wp 2018-05-07 07:07:51 +00:00
parent 42b24279aa
commit ea44972061
3 changed files with 14 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="10"/>
<Version Value="11"/>
<General>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
@ -23,7 +23,7 @@
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<CodeGeneration>
<SmartLinkUnit Value="True"/>
@ -52,8 +52,16 @@
</PublishOptions>
<RunParams>
<local>
<FormatVersion Value="1"/>
<CommandLineParams Value="arial.ttf times.ttf verdana.ttf"/>
</local>
<FormatVersion Value="2"/>
<Modes Count="1">
<Mode0 Name="default">
<local>
<CommandLineParams Value="arial.ttf times.ttf verdana.ttf"/>
</local>
</Mode0>
</Modes>
</RunParams>
<RequiredPackages Count="1">
<Item1>
@ -81,7 +89,7 @@
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
@ -99,7 +107,6 @@
<Linking>
<Debugging>
<DebugInfoType Value="dsDwarf2Set"/>
<UseHeaptrc Value="True"/>
<UseExternalDbgSyms Value="True"/>
</Debugging>
<Options>

View File

@ -14,7 +14,7 @@ object Form1: TForm1
OnPaint = FormPaint
OnShow = FormShow
Position = poDefault
LCLVersion = '1.7'
LCLVersion = '1.9.0.0'
object Panel_Option: TPanel
Left = 0
Height = 40
@ -23,6 +23,7 @@ object Form1: TForm1
Align = alBottom
ClientHeight = 40
ClientWidth = 441
ParentColor = False
TabOrder = 0
object TrackBar_Size: TTrackBar
Left = 96