Revision 6463 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/toc/FPopupMenu.java

View differences:

FPopupMenu.java
97 97
    		    if (lyrVect.getLegend() instanceof SingleSymbolLegend)
98 98
    		        bShow = true;
99 99
    		}
100
		} else if (isTocItemLeaf()) {
101
		    //bShow = true;
102
			
100 103
		}
101
		else
102
		    bShow = true;
103 104
		if (bShow)
104 105
		{
105 106
        	color = new JMenuItem(PluginServices.getText(this, "Cambio_Color"));

Also available in: Unified diff