From 188b9f4dd59a496c780d4c606ee8446cf4593440 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Wed, 29 Nov 2023 14:01:13 +0000 Subject: [PATCH] Fix append board dialog Fixes https://gitlab.com/kicad/code/kicad/-/issues/16214 --- pcbnew/tools/pcb_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/tools/pcb_control.cpp b/pcbnew/tools/pcb_control.cpp index c0dfbd7f25..2fb04b2d28 100644 --- a/pcbnew/tools/pcb_control.cpp +++ b/pcbnew/tools/pcb_control.cpp @@ -1044,7 +1044,7 @@ int PCB_CONTROL::AppendBoardFromFile( const TOOL_EVENT& aEvent ) return 1; // Pick a file to append - if( !AskLoadBoardFileName( editFrame, &fileName, true ) ) + if( !AskLoadBoardFileName( editFrame, &fileName, KICTL_KICAD_ONLY ) ) return 1; IO_MGR::PCB_FILE_T pluginType =