WireCrossPoint now renders at the correct location
[Mograsim.git] / LogicUI / src / era / mi / gui / LogicUICanvas.java
index 7faefe3..da724d8 100644 (file)
@@ -84,7 +84,7 @@ public class LogicUICanvas extends ZoomableCanvas
        private void drawComponent(GeneralGC gc, GUIComponent component, Rectangle visibleRegion)
        {
                component.render(gc, visibleRegion);
-               gc.setBackground(getDisplay().getSystemColor(SWT.COLOR_CYAN));
+               gc.setBackground(getDisplay().getSystemColor(SWT.COLOR_DARK_CYAN));
                for (Pin p : component.getPins())
                {
                        Point pos = p.getPos();