mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-29 07:50:29 -04:00
minor changes to drawing of selction rectangle
This commit is contained in:
parent
a1817467cf
commit
5b64fd93a6
@ -956,8 +956,8 @@ public class CircuitComponent extends JComponent implements Circuit.ChangedListe
|
|||||||
Vector p2 = new Vector(corner2.x, corner1.y);
|
Vector p2 = new Vector(corner2.x, corner1.y);
|
||||||
gr.drawLine(corner1, p1, Style.DASH);
|
gr.drawLine(corner1, p1, Style.DASH);
|
||||||
gr.drawLine(p1, corner2, Style.DASH);
|
gr.drawLine(p1, corner2, Style.DASH);
|
||||||
gr.drawLine(corner2, p2, Style.DASH);
|
gr.drawLine(p2, corner2, Style.DASH);
|
||||||
gr.drawLine(p2, corner1, Style.DASH);
|
gr.drawLine(corner1, p2, Style.DASH);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user