r5523 - trunk/eda/fped

werner at docs.openmoko.org werner at docs.openmoko.org
Sat Aug 22 15:18:16 CEST 2009


Author: werner
Date: 2009-08-22 15:18:15 +0200 (Sat, 22 Aug 2009)
New Revision: 5523

Modified:
   trunk/eda/fped/TODO
   trunk/eda/fped/inst.c
Log:
- inst.c: we can drag points at a frame base again



Modified: trunk/eda/fped/TODO
===================================================================
--- trunk/eda/fped/TODO	2009-08-22 12:27:47 UTC (rev 5522)
+++ trunk/eda/fped/TODO	2009-08-22 13:18:15 UTC (rev 5523)
@@ -36,7 +36,6 @@
 - whenever we call parse_* for input parsing, we may leak lots of expressions
 - can't edit measurement labels through the GUI
 - unbalanced parentheses in text throw off Postscript syntax
-- we can't drag points that are at a frame base
 
 Code cleanup:
 - merge edit_unique with edit_name

Modified: trunk/eda/fped/inst.c
===================================================================
--- trunk/eda/fped/inst.c	2009-08-22 12:27:47 UTC (rev 5522)
+++ trunk/eda/fped/inst.c	2009-08-22 13:18:15 UTC (rev 5523)
@@ -301,7 +301,7 @@
 				}
 			}
 		} else {
-			FOR_ALL_INSTS(j, ip_vec, inst) {
+			FOR_ALL_INSTS(j, ip_frame, inst) {
 				if (inst != selected_inst->outer)
 					continue;
 				d = gui_dist_frame(inst, pos, draw_ctx.scale);




More information about the commitlog mailing list