mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Fixing Freemind import node's font color
This commit is contained in:
parent
bfa403a14f
commit
6b3f50914f
@ -241,7 +241,8 @@ public class FreemindImporter
|
|||||||
int position = pos * 200 + (orderPosition +1)*10;
|
int position = pos * 200 + (orderPosition +1)*10;
|
||||||
|
|
||||||
mindmapTopic.setPosition( position+","+200 * orderPosition);
|
mindmapTopic.setPosition( position+","+200 * orderPosition);
|
||||||
generateFontStyle(freemindNode,null);
|
String fontStyle = generateFontStyle(freemindNode,null);
|
||||||
|
mindmapTopic.setFontStyle(fontStyle);
|
||||||
}
|
}
|
||||||
|
|
||||||
private String generateFontStyle(Node node,Font font)
|
private String generateFontStyle(Node node,Font font)
|
||||||
|
Loading…
Reference in New Issue
Block a user