[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (17712d53c4b07690ddfc550d8550c39e4b19dfbc)



The branch, master has been updated
       via  17712d53c4b07690ddfc550d8550c39e4b19dfbc (commit)
       via  cdec41df38054f12fdbed7e444c3b71c9e662e93 (commit)
      from  4e60f8903dba10c0acad8a912bd8affe76bee2fa (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/crosshair.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 17712d53c4b07690ddfc550d8550c39e4b19dfbc
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    crosshair.c: Always allow snapping to the element mark (except in rat-draw mode)

:100644 100644 67613b6... da8bb92... M	src/crosshair.c

commit cdec41df38054f12fdbed7e444c3b71c9e662e93
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    crosshair.c: Don't snap to an element's mark in rat-draw mode.

:100644 100644 b5e35f5... 67613b6... M	src/crosshair.c

=========
 Changes
=========

commit 17712d53c4b07690ddfc550d8550c39e4b19dfbc
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    crosshair.c: Always allow snapping to the element mark (except in rat-draw mode)

diff --git a/src/crosshair.c b/src/crosshair.c
index 67613b6..da8bb92 100644
--- a/src/crosshair.c
+++ b/src/crosshair.c
@@ -862,7 +862,7 @@ FitCrosshairIntoGrid (LocationType X, LocationType Y)
   snap_data.y = y;
 
   ans = NO_TYPE;
-  if (!PCB->RatDraw && TEST_FLAG (SNAPPINFLAG, PCB))
+  if (!PCB->RatDraw)
     ans = SearchScreenGridSlop (Crosshair.X, Crosshair.Y,
                                 ELEMENT_TYPE, &ptr1, &ptr2, &ptr3);
 

commit cdec41df38054f12fdbed7e444c3b71c9e662e93
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    crosshair.c: Don't snap to an element's mark in rat-draw mode.

diff --git a/src/crosshair.c b/src/crosshair.c
index b5e35f5..67613b6 100644
--- a/src/crosshair.c
+++ b/src/crosshair.c
@@ -862,7 +862,7 @@ FitCrosshairIntoGrid (LocationType X, LocationType Y)
   snap_data.y = y;
 
   ans = NO_TYPE;
-  if (PCB->RatDraw || TEST_FLAG (SNAPPINFLAG, PCB))
+  if (!PCB->RatDraw && TEST_FLAG (SNAPPINFLAG, PCB))
     ans = SearchScreenGridSlop (Crosshair.X, Crosshair.Y,
                                 ELEMENT_TYPE, &ptr1, &ptr2, &ptr3);
 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs