Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
cbe41f7e7f
Commit
a0c7f024ad
@ -452,7 +452,10 @@ public class Region {
|
|||||||
pastePoint = pastePoint.add(0, 0, 1);
|
pastePoint = pastePoint.add(0, 0, 1);
|
||||||
}
|
}
|
||||||
if (schematicType.getKuerzel().equalsIgnoreCase("ws")) {
|
if (schematicType.getKuerzel().equalsIgnoreCase("ws")) {
|
||||||
pastePoint = pastePoint.add(-1, 0, 0);
|
pastePoint = pastePoint.add(-1, 0, 1);
|
||||||
|
}
|
||||||
|
if (schematicType.getKuerzel().equalsIgnoreCase("as")) {
|
||||||
|
pastePoint = pastePoint.add(-1, 0, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pasteBuilder.pastePoint(pastePoint);
|
pasteBuilder.pastePoint(pastePoint);
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren