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

Reply via email to