Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 484420
Collapse All | Expand All

(-)a/plugins/org.eclipse.graphiti.ui/src/org/eclipse/graphiti/ui/internal/editor/GFMarqueeSelectionTool.java (-3 / +2 lines)
Lines 605-612 public class GFMarqueeSelectionTool extends AbstractTool { Link Here
605
			graphics.translate(getLocation());
605
			graphics.translate(getLocation());
606
606
607
			graphics.setXORMode(true);
607
			graphics.setXORMode(true);
608
			graphics.setForegroundColor(ColorConstants.white);
608
			graphics.setForegroundColor(ColorConstants.black);
609
			graphics.setBackgroundColor(ColorConstants.black);
609
			graphics.setBackgroundColor(ColorConstants.white);
610
610
611
			graphics.setLineStyle(Graphics.LINE_DOT);
611
			graphics.setLineStyle(Graphics.LINE_DOT);
612
612
613
- 

Return to bug 484420