mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 09:17:53 +02:00
TurboPower_ipro: Fix text background in printing.
git-svn-id: trunk@64375 -
This commit is contained in:
parent
3ea7788cbf
commit
87d24869e1
@ -1294,7 +1294,7 @@ begin
|
||||
end
|
||||
else
|
||||
begin
|
||||
TextStyle.Opaque := True;
|
||||
TextStyle.Opaque := False;
|
||||
FCanvas.Brush.Style := bsClear;
|
||||
end;
|
||||
|
||||
|
@ -11,7 +11,7 @@ object IpHTMLPreview: TIpHTMLPreview
|
||||
OnResize = FormResize
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.7'
|
||||
LCLVersion = '2.1.0.0'
|
||||
object ToolbarPanel: TPanel
|
||||
Left = 0
|
||||
Height = 36
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<Package Version="4">
|
||||
<Package Version="5">
|
||||
<Name Value="TurboPowerIPro"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<Author Value="Turbopower, portiert fuer Lazarus von Mattias Gaertner"/>
|
||||
@ -50,7 +50,7 @@
|
||||
<Item6>
|
||||
<Filename Value="iphttpbroker.pas"/>
|
||||
<HasRegisterProc Value="True"/>
|
||||
<UnitName Value="iphttpbroker"/>
|
||||
<UnitName Value="Iphttpbroker"/>
|
||||
</Item6>
|
||||
<Item7>
|
||||
<Filename Value="iphtml.pas"/>
|
||||
@ -99,6 +99,7 @@
|
||||
<Type Value="Binary"/>
|
||||
</Item17>
|
||||
</Files>
|
||||
<CompatibilityMode Value="True"/>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
<OutDir Value="languages"/>
|
||||
@ -113,7 +114,6 @@
|
||||
</UsageOptions>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
<IgnoreBinaries Value="False"/>
|
||||
</PublishOptions>
|
||||
</Package>
|
||||
</CONFIG>
|
||||
|
Loading…
Reference in New Issue
Block a user