mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 08:30:47 +00:00
Fixed FLA export - DefineEditText size
This commit is contained in:
@@ -4333,10 +4333,6 @@ public class XFLConverter {
|
||||
double padding = 2;
|
||||
width -= 2 * padding;
|
||||
height -= 2 * padding;
|
||||
if (det.hasLayout) {
|
||||
width -= twipToPixel(det.rightMargin);
|
||||
width -= twipToPixel(det.leftMargin);
|
||||
}
|
||||
writer.writeAttribute("width", width);
|
||||
writer.writeAttribute("height", height);
|
||||
if (det.border) {
|
||||
|
||||
Reference in New Issue
Block a user