Fixed #1828 missing lines after previous update

This commit is contained in:
Jindra Petřík
2022-10-25 19:23:34 +02:00
parent 365283904a
commit 691f296a55

View File

@@ -71,9 +71,4 @@ public class LineStyle {
fillType = lineStyle2.fillType == null ? null : new FillStyle(lineStyle2.fillType);
}
}
public LineStyle(LINESTYLE lineStyle) {
isLineStyle2 = false;
}
}