Skip to content

Commit

Permalink
Merge pull request plantuml#220 from cosminpolifronie/master
Browse files Browse the repository at this point in the history
fix FileFormatOption constructor not using withMetadata parameter
  • Loading branch information
arnaudroques authored Oct 10, 2019
2 parents 063833a + ac64f9f commit 82b570d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/sourceforge/plantuml/FileFormatOption.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public final boolean isWithMetadata() {
}

public FileFormatOption(FileFormat fileFormat, boolean withMetadata) {
this(fileFormat, null, false, false, "_top", false, null, TikzFontDistortion.getDefault(), 1.0);
this(fileFormat, null, withMetadata, false, "_top", false, null, TikzFontDistortion.getDefault(), 1.0);
}

private FileFormatOption(FileFormat fileFormat, AffineTransform at, boolean withMetadata, boolean useRedForError,
Expand Down

0 comments on commit 82b570d

Please sign in to comment.