Minor fix on export.

main
Paulo Gustavo Veiga 2013-02-23 14:54:51 -03:00
parent 9049ca25aa
commit 5e0c879654
1 changed files with 1 additions and 0 deletions

View File

@ -301,6 +301,7 @@ public class FreemindExporter
// Font Color
if (idx < countParts && part[idx].length() != 0) {
freemindNode.setCOLOR(part[idx]);
updated = true;
}
idx++;