Skip to content

Commit 5fe3187

Browse files
Restore fix on #838 (#1008)
(cherry picked from commit 2625f1e)
1 parent ad8bfe7 commit 5fe3187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/dotnetframework/GxPdfReportsCS/PDFReportCommon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public abstract class PDFReportItextBase : IReportHandler
4949
protected bool modal = false;
5050
protected String docName = "PDFReport.pdf";
5151
protected static NativeSharpFunctionsMS nativeCode = new NativeSharpFunctionsMS();
52-
protected Hashtable fontSubstitutes = new Hashtable();
52+
protected static Hashtable fontSubstitutes = new Hashtable();
5353
protected static String configurationFile = null;
5454
protected static String configurationTemplateFile = null;
5555
protected static String defaultRelativePrepend = null;

0 commit comments

Comments
 (0)