Browse Source

Update DocumentGenerator.cs

Marcin Ziąbek 4 years ago
parent
commit
525bf534e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      QuestPDF/Drawing/DocumentGenerator.cs

+ 2 - 2
QuestPDF/Drawing/DocumentGenerator.cs

@@ -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;
         }
         }
     }
     }
-}
+}