TurboPower_ipro: Fix text background in printing.

git-svn-id: trunk@64375 -
This commit is contained in:
wp 2021-01-10 22:28:24 +00:00
parent 3ea7788cbf
commit 87d24869e1
3 changed files with 5 additions and 5 deletions

View File

@ -1294,7 +1294,7 @@ begin
end end
else else
begin begin
TextStyle.Opaque := True; TextStyle.Opaque := False;
FCanvas.Brush.Style := bsClear; FCanvas.Brush.Style := bsClear;
end; end;

View File

@ -11,7 +11,7 @@ object IpHTMLPreview: TIpHTMLPreview
OnResize = FormResize OnResize = FormResize
OnShow = FormShow OnShow = FormShow
Position = poScreenCenter Position = poScreenCenter
LCLVersion = '1.7' LCLVersion = '2.1.0.0'
object ToolbarPanel: TPanel object ToolbarPanel: TPanel
Left = 0 Left = 0
Height = 36 Height = 36

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<Package Version="4"> <Package Version="5">
<Name Value="TurboPowerIPro"/> <Name Value="TurboPowerIPro"/>
<Type Value="RunAndDesignTime"/> <Type Value="RunAndDesignTime"/>
<Author Value="Turbopower, portiert fuer Lazarus von Mattias Gaertner"/> <Author Value="Turbopower, portiert fuer Lazarus von Mattias Gaertner"/>
@ -50,7 +50,7 @@
<Item6> <Item6>
<Filename Value="iphttpbroker.pas"/> <Filename Value="iphttpbroker.pas"/>
<HasRegisterProc Value="True"/> <HasRegisterProc Value="True"/>
<UnitName Value="iphttpbroker"/> <UnitName Value="Iphttpbroker"/>
</Item6> </Item6>
<Item7> <Item7>
<Filename Value="iphtml.pas"/> <Filename Value="iphtml.pas"/>
@ -99,6 +99,7 @@
<Type Value="Binary"/> <Type Value="Binary"/>
</Item17> </Item17>
</Files> </Files>
<CompatibilityMode Value="True"/>
<i18n> <i18n>
<EnableI18N Value="True"/> <EnableI18N Value="True"/>
<OutDir Value="languages"/> <OutDir Value="languages"/>
@ -113,7 +114,6 @@
</UsageOptions> </UsageOptions>
<PublishOptions> <PublishOptions>
<Version Value="2"/> <Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions> </PublishOptions>
</Package> </Package>
</CONFIG> </CONFIG>