X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2FLogicUICanvas.java;fp=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2FLogicUICanvas.java;h=da724d838c7d4d6a7808d1d9cb3ac597d1479d59;hb=533a3fe1578af4ac450ee677c6873e4579d1cfc3;hp=7faefe392f1a3d2b572a6203292ef07b56617a33;hpb=bedef06cf9b3fdd815dd8cf8925aeb159381d59d;p=Mograsim.git diff --git a/LogicUI/src/era/mi/gui/LogicUICanvas.java b/LogicUI/src/era/mi/gui/LogicUICanvas.java index 7faefe39..da724d83 100644 --- a/LogicUI/src/era/mi/gui/LogicUICanvas.java +++ b/LogicUI/src/era/mi/gui/LogicUICanvas.java @@ -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();