[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: pcb.git: branch: master updated (b28b17eea3d964b3a206e00d0ef676e033efca8e)
The branch, master has been updated
via b28b17eea3d964b3a206e00d0ef676e033efca8e (commit)
from 575ef7e0e185e7eefb55a0b771012c9caea2992b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
src/line.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit b28b17eea3d964b3a206e00d0ef676e033efca8e
Author: Steven Michalske <smichalske@xxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>
Allow mod1(alt)(option) to bypass AUTO enforce DRC
For Apples, which use ctrl-click to simulate right-click.
:100644 100644 b4ced0e... ff2c884... M src/line.c
=========
Changes
=========
commit b28b17eea3d964b3a206e00d0ef676e033efca8e
Author: Steven Michalske <smichalske@xxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>
Allow mod1(alt)(option) to bypass AUTO enforce DRC
For Apples, which use ctrl-click to simulate right-click.
diff --git a/src/line.c b/src/line.c
index b4ced0e..ff2c884 100644
--- a/src/line.c
+++ b/src/line.c
@@ -489,7 +489,7 @@ EnforceLineDRC (void)
Boolean shift;
float r1, r2;
- if (gui->control_is_pressed () || PCB->RatDraw
+ if ( gui->mod1_is_pressed() || gui->control_is_pressed () || PCB->RatDraw
|| INDEXOFCURRENT >= max_layer)
return;
rs.X = r45.X = Crosshair.X;
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs