7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 00:21:25 +00:00

Update max recursiondepth default per @jeffyoung

This commit is contained in:
Seth Hillbrand 2024-07-10 08:29:09 -07:00
parent c3dfa672e1
commit e8f3545423

View File

@ -622,7 +622,7 @@ public:
*
* Setting name: "ResolveTextRecursionDepth"
* Valid values: 0 to 10
* Default value: 2
* Default value: 3
*/
int m_ResolveTextRecursionDepth;