Files
Seth Hillbrand 99cfa1fad7 Avoid the obsolete GetNextPin() call
This iterated over all pins to find the pin after a given item.  Because
out pattern is consistently to iterate in the outer loop, this means
that we were an O(n^2) loop for the pins just to find their names.  This
affected very large parts (e.g. FPGAs) when switching sheets to display

(cherry picked from commit 6fa2eedb4b)
2023-01-23 10:46:07 -08:00
..
2021-12-05 14:25:37 -05:00
2022-10-19 14:26:19 +01:00
2021-10-05 19:46:53 -07:00
2020-10-29 16:45:04 -07:00
2021-12-05 14:25:37 -05:00
2021-12-07 14:54:00 -08:00