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:
parent
b39bde0f0c
commit
3f1525f268
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue