Revert unintentionally committed files

This commit is contained in:
wp_xyz 2022-05-24 15:38:36 +02:00
parent afa0c12e15
commit 282e47bb8a
4 changed files with 6 additions and 6 deletions

View File

@ -13088,7 +13088,6 @@ end;
procedure TIpHtmlNodeTableHeaderOrCell.Render(RenderProps: TIpHtmlProps);
begin
FLayouter.Render(RenderProps);
debugln(classname+ ': Props.Alignmene=' + IntToStr(ord(Props.Alignment)));
end;
procedure TIpHtmlNodeTableHeaderOrCell.SetAlign(const Value: TIpHtmlAlign);

View File

@ -485,8 +485,6 @@ end;
procedure TIpNodeBlockLayouter.ApplyQueueProps(aCurElem: PIpHtmlElement; var aPrefor: Boolean);
begin
//DebugLn(acurelem.AnsiWord + ': acurelem.Props.Alignment=' + IntToStr(ord(acurElem.Props.Alignment)));
with aCurElem.Props do begin
if (FCurProps = nil) or not AIsEqualTo(FCurProps) then begin
UpdSpaceHyphenSize(aCurElem.Props);
@ -508,8 +506,6 @@ begin
end;
end;
FCurProps := aCurElem.Props;
//DebugLn(' FCurProps.Alignment=' + IntToStr(ord(FCurProps.Alignment)));
end;
procedure TIpNodeBlockLayouter.DoQueueElemWord(aCurElem: PIpHtmlElement);

View File

@ -70,6 +70,11 @@
<Debugging>
<DebugInfoType Value="dsDwarf3"/>
</Debugging>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
</CompilerOptions>
<Debugging>

View File

@ -586,7 +586,7 @@ begin
DefaultLang := Result;
if lcfn<>'' then
TranslateLCLResourceStrings(Result, lcfn);
TranslateLCLResourceStrings(Lang, lcfn);
if LocalTranslator<>nil then
begin