Dear Chris,

I interpret you in the sense that folding mark is placed wrong on node "About modes" of the English version of FreeMind documentation map. Well, I started my local freemind version, selected the mentioned node and obtained the attached picture. Here I see two noticeable points:

1. the folding marl seems to be placed correctly in the middle of the low left corner of the selected node.

2. The node is laid out so that it occupies more place than necessary. Actually it is a work around for zoomed maps. Java itself is not very exact in calculating font size here, so I just reserved a bit more place for making sure everything is likely to be printed well. See freemind bug [ 1788084 ] Characters only partly shown on zoom<>100% for more info.

So I do not see any need of improvements in the issue you have raised.

Kind regards,
Dimitry

Dear Dimitry,

taking the map freemind.mm you see "Modes" on the left side and the
folding mark isn't at the right place.
I've tracked it down to the method

    void paintFoldingMark(Graphics2D g, Point p) {
        final int zoomedFoldingSymbolHalfWidth =
getZoomedFoldingSymbolHalfWidth();
//        if(p.x == -1){
//            p.x -= 2 * zoomedFoldingSymbolHalfWidth;
//        }
//        else if(p.x == getWidth()){
//            p.x += 2 * zoomedFoldingSymbolHalfWidth;
// } super.paintFoldingMark(g, p);
    }

and commenting out the parts as above, the position is correct.
Do you know, what the intention of the lines was?

TIA, Chris


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freemind-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freemind-developer


<<inline: Modes.png>>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freemind-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freemind-developer

Reply via email to