mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 12:25:45 +00:00
Fixed #1828 missing lines after previous update
This commit is contained in:
@@ -71,9 +71,4 @@ public class LineStyle {
|
||||
fillType = lineStyle2.fillType == null ? null : new FillStyle(lineStyle2.fillType);
|
||||
}
|
||||
}
|
||||
|
||||
public LineStyle(LINESTYLE lineStyle) {
|
||||
|
||||
isLineStyle2 = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user