Fixed: traversing elements graph

This commit is contained in:
Marcin Ziąbek
2022-01-05 01:35:29 +01:00
parent eb297177ea
commit 9358fb8937
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ namespace QuestPDF.Examples
{
return container
.Border(1)
.BorderColor(Colors.Grey.Darken1)
.BorderColor(Colors.Grey.Lighten1)
.Background(backgroundColor)
.PaddingVertical(5)
.PaddingHorizontal(10)
+1 -1
View File
@@ -105,7 +105,7 @@ namespace QuestPDF.Elements
if (RootElement == null)
ComposeTree();
return Items;
yield return RootElement;
}
internal override SpacePlan Measure(Size availableSpace)
+1 -1
View File
@@ -4,7 +4,7 @@
<Authors>MarcinZiabek</Authors>
<Company>CodeFlint</Company>
<PackageId>QuestPDF</PackageId>
<Version>2022.1.0-beta1</Version>
<Version>2022.1.0-beta2</Version>
<PackageDescription>QuestPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API.</PackageDescription>
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
<LangVersion>9</LangVersion>