Revision 23702

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/preferencespage/ViewPage.java
355 355

  
356 356
		// default selection color chooser
357 357
		addComponent(PluginServices.getText(this, "options.view.default_selection_color"),
358
				jccDefaultSelectionColor = new ColorChooserPanel());
358
				jccDefaultSelectionColor = new ColorChooserPanel(true));
359 359

  
360 360
		// just a separator
361 361
		addComponent(new JLabel(" "));
......
432 432

  
433 433
		// Default selection color
434 434
		jccDefaultSelectionColor.setColor(Project.getDefaultSelectionColor());
435
		jccDefaultSelectionColor.setAlpha(255);
435
//		jccDefaultSelectionColor.setAlpha(255);
436 436
		String[] distanceNames=MapContext.getDistanceNames();
437 437
		// Map units
438 438
		if (Project.getDefaultMapUnits()<=distanceNames.length && distanceNames.length != jCmbMapUnits.getItemCount()){

Also available in: Unified diff