Bump up number of items allowed in Clarify Selection menu.

Fixes: lp:1792146
* https://bugs.launchpad.net/kicad/+bug/1792146
This commit is contained in:
Jeff Young 2018-09-13 20:24:22 +01:00
parent b39bde0f0c
commit 3f1525f268
1 changed files with 5 additions and 4 deletions

View File

@ -34,11 +34,12 @@
/** /**
* The maximum number of items in the clarify selection context menu. It is * The maximum number of items in the clarify selection context menu. While in
* highly unlikely that there would ever be more than 10 items at the current * most cases it is highly unlikely that there would ever be more than 10 items
* cursor. Increase this number if that ever becomes a problem. * 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. * The maximum number of units per package.