mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 20:30:41 +02:00
Revert unintentionally committed files
This commit is contained in:
parent
afa0c12e15
commit
282e47bb8a
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -70,6 +70,11 @@
|
||||
<Debugging>
|
||||
<DebugInfoType Value="dsDwarf3"/>
|
||||
</Debugging>
|
||||
<Options>
|
||||
<Win32>
|
||||
<GraphicApplication Value="True"/>
|
||||
</Win32>
|
||||
</Options>
|
||||
</Linking>
|
||||
</CompilerOptions>
|
||||
<Debugging>
|
||||
|
@ -586,7 +586,7 @@ begin
|
||||
DefaultLang := Result;
|
||||
|
||||
if lcfn<>'' then
|
||||
TranslateLCLResourceStrings(Result, lcfn);
|
||||
TranslateLCLResourceStrings(Lang, lcfn);
|
||||
|
||||
if LocalTranslator<>nil then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user