kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #10742
[PATCH] eeschema Ctrl+F (find) with "wrap around" off, bug 1199689
Hello everyone,
When you search for components (or labels) in eeschema, the last match
would not be returned, unless you turn on "wrap around end of search list".
Details are in submission
https://bugs.launchpad.net/kicad/+bug/1199689/comments/2 (comment #2).
This patch makes sure that the search stops *after* passing the end of the
list, not *at* the end of the list (because the last valid match is *at*
the end of the list).
Regards,
Thiadmer Riemersma
Attachment:
eeschema_nowrap.patch
Description: Binary data
Follow ups