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

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



The branch, master has been updated
       via  ac0c3a203fc29adbf4e9e01faa86bd7b8ff2ea51 (commit)
      from  2948179e8c693f2ca8666e0ca212198254e76285 (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
=========

 globalconst.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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

commit ac0c3a203fc29adbf4e9e01faa86bd7b8ff2ea51
Author: Andrew Poelstra <asp11@xxxxxx>
Commit: Andrew Poelstra <asp11@xxxxxx>

    Make EMARK_SIZE unit-agnostic
    
    Closes-bug: lp-832455

:100755 100755 6599823... 1cf29b6... M	globalconst.h

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

commit ac0c3a203fc29adbf4e9e01faa86bd7b8ff2ea51
Author: Andrew Poelstra <asp11@xxxxxx>
Commit: Andrew Poelstra <asp11@xxxxxx>

    Make EMARK_SIZE unit-agnostic
    
    Closes-bug: lp-832455

diff --git a/globalconst.h b/globalconst.h
index 6599823..1cf29b6 100755
--- a/globalconst.h
+++ b/globalconst.h
@@ -125,5 +125,5 @@
 #define	MIN_GRID_DISTANCE		4	/* minimum distance between point */
 						/* to enable grid drawing */
 	/* size of diamond element mark */
-#define EMARK_SIZE	1000
+#define EMARK_SIZE	MIL_TO_COORD (10)
 #endif




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