Revision 47409

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/MapContext.java
495 495
     * <p>
496 496
     * Color used to represent the selections.</p>
497 497
     */
498
    private static Color selectionColor = Color.YELLOW;
498
    private static Color selectionColor = new Color(Color.YELLOW.getRed(), Color.YELLOW.getGreen(), Color.YELLOW.getBlue(), 127);
499 499
    private Set<FLyrVect> layersToSnap = new HashSet<>();
500 500

  
501 501
    /**

Also available in: Unified diff