mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Minor fix on export.
This commit is contained in:
parent
9049ca25aa
commit
5e0c879654
@ -301,6 +301,7 @@ public class FreemindExporter
|
|||||||
// Font Color
|
// Font Color
|
||||||
if (idx < countParts && part[idx].length() != 0) {
|
if (idx < countParts && part[idx].length() != 0) {
|
||||||
freemindNode.setCOLOR(part[idx]);
|
freemindNode.setCOLOR(part[idx]);
|
||||||
|
updated = true;
|
||||||
}
|
}
|
||||||
idx++;
|
idx++;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user