|
@@ -125,10 +125,10 @@ namespace QuestPDF.Drawing
|
|
|
|
|
|
|
|
content.HandleVisitor(x =>
|
|
content.HandleVisitor(x =>
|
|
|
{
|
|
{
|
|
|
- x.CreateProxy(y => new DebuggingProxy(debuggingState, x));
|
|
|
|
|
|
|
+ x.CreateProxy(y => new DebuggingProxy(debuggingState, y));
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
return debuggingState;
|
|
return debuggingState;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
|
|
+}
|