From 3f1525f268f121fc884487c4efe45b1eeef82353 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Thu, 13 Sep 2018 20:24:22 +0100 Subject: [PATCH] Bump up number of items allowed in Clarify Selection menu. Fixes: lp:1792146 * https://bugs.launchpad.net/kicad/+bug/1792146 --- eeschema/eeschema_id.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/eeschema/eeschema_id.h b/eeschema/eeschema_id.h index 422255963c..c210d1c123 100644 --- a/eeschema/eeschema_id.h +++ b/eeschema/eeschema_id.h @@ -34,11 +34,12 @@ /** - * The maximum number of items in the clarify selection context menu. It is - * highly unlikely that there would ever be more than 10 items at the current - * cursor. Increase this number if that ever becomes a problem. + * The maximum number of items in the clarify selection context menu. While in + * most cases it is highly unlikely that there would ever be more than 10 items + * at the current cursor, there are some exceptions (a bunch of pins created at + * once, for instance). The current setting of 200 is arbitrary. */ -#define MAX_SELECT_ITEM_IDS 10 +#define MAX_SELECT_ITEM_IDS 200 /** * The maximum number of units per package.