mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-05 13:57:22 +00:00
Fixed: #2341 FLA export - DefineEditText - use its default text color on HTML enabled inputs
This commit is contained in:
@@ -5585,6 +5585,10 @@ public class XFLConverter {
|
||||
alignment = "unknown";
|
||||
}
|
||||
}
|
||||
if (det.hasTextColor) {
|
||||
color = det.textColor.toHexRGB();
|
||||
}
|
||||
|
||||
this.chatacterTags = characterTags;
|
||||
this.characterImportLinkageURL = characterImportLinkageURL;
|
||||
this.lastImportedId = lastImportedId;
|
||||
|
||||
Reference in New Issue
Block a user