Fixed: #2341 FLA export - DefineEditText - use its default text color on HTML enabled inputs

This commit is contained in:
Jindra Petřík
2024-10-21 10:52:29 +02:00
parent b6d770b3b1
commit 241bfe32d5
2 changed files with 5 additions and 0 deletions

View File

@@ -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;