Minor fix on export.
parent
9049ca25aa
commit
5e0c879654
|
@ -301,6 +301,7 @@ public class FreemindExporter
|
|||
// Font Color
|
||||
if (idx < countParts && part[idx].length() != 0) {
|
||||
freemindNode.setCOLOR(part[idx]);
|
||||
updated = true;
|
||||
}
|
||||
idx++;
|
||||
|
||||
|
|
Loading…
Reference in New Issue