|
From: <gi...@gp...> - 2011-08-26 19:30:46
|
The branch, master has been updated
via 88b7775b936512f3c6310fab9b7f08694e638ab4 (commit)
from 7937b28a5be99e9d06398c2e170dc1a4b5318749 (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/hid/gtk/gui-drc-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 88b7775b936512f3c6310fab9b7f08694e638ab4
Author: Peter Clifton <pc...@ca...>
Commit: Peter Clifton <pc...@ca...>
hid/gtk: Fix DRC preview pixmap rendering
Another hard-coded constant in the old PCB coordinate system
:100644 100644 65e64a2... 5972467... M src/hid/gtk/gui-drc-window.c
=========
Changes
=========
commit 88b7775b936512f3c6310fab9b7f08694e638ab4
Author: Peter Clifton <pc...@ca...>
Commit: Peter Clifton <pc...@ca...>
hid/gtk: Fix DRC preview pixmap rendering
Another hard-coded constant in the old PCB coordinate system
diff --git a/src/hid/gtk/gui-drc-window.c b/src/hid/gtk/gui-drc-window.c
index 65e64a2..5972467 100644
--- a/src/hid/gtk/gui-drc-window.c
+++ b/src/hid/gtk/gui-drc-window.c
@@ -45,7 +45,7 @@
#define VIOLATION_PIXMAP_PIXEL_SIZE 100
#define VIOLATION_PIXMAP_PIXEL_BORDER 5
-#define VIOLATION_PIXMAP_PCB_SIZE 10000
+#define VIOLATION_PIXMAP_PCB_SIZE MIL_TO_COORD (100)
RCSID ("$Id$");
|