From cd8aaa02ee0df5d40177cbcdf0d953dda4ba1814 Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Sat, 22 Nov 2025 12:49:31 -0500 Subject: [PATCH] Fix build due to 311ee1b0456a46f721a57b623b7b7225372f495d --- pcbnew/api/api_handler_pcb.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pcbnew/api/api_handler_pcb.cpp b/pcbnew/api/api_handler_pcb.cpp index 871ba78fe8..c1bd46eba4 100644 --- a/pcbnew/api/api_handler_pcb.cpp +++ b/pcbnew/api/api_handler_pcb.cpp @@ -492,7 +492,8 @@ HANDLER_RESULT API_HANDLER_PCB::handleCreateUpdateItemsIntern []( BOARD_ITEM* aChild ) { const_cast( aChild->m_Uuid ) = KIID(); - } ); + }, + RECURSE ); } item->Serialize( newItem );