Revision 6604 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/fframes/FFrameSymbol.java

View differences:

FFrameSymbol.java
95 95
            Rectangle rec = new Rectangle((int) re.x, (int) re.y,
96 96
                    (int) (re.width), (int) (re.height));
97 97

  
98
            FGraphicUtilities.DrawSymbol((Graphics2D) g, mT2, rec, getFSymbol());
98
            FGraphicUtilities.DrawSymbol(g, mT2, rec, getFSymbol());
99 99
        }
100 100

  
101 101
        g.rotate(Math.toRadians(-getRotation()), re.x + (re.width / 2),

Also available in: Unified diff