Revision 11433

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/panels/ColorChooserPanel.java
89 89
import javax.swing.JPanel;
90 90
import javax.swing.SwingUtilities;
91 91

  
92
import com.iver.cit.gvsig.gui.GUIUtil;
92 93

  
94

  
93 95
/**
94 96
 * A custom Colour Scheme Browser - custom choices based on JColorChooser.
95 97
 */
......
194 196
    //This occurs in other places too. [Jon Aquino]
195 197
    public void setAlpha(int alpha) {
196 198
        this.alpha = alpha;
199
        color=GUIUtil.alphaColor(color,alpha);
197 200
        updateColorPanel();
198 201
    }
199 202

  

Also available in: Unified diff