Fix append board dialog

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16214
This commit is contained in:
Ian McInerney 2023-11-29 14:01:13 +00:00
parent 729659f5cf
commit 188b9f4dd5
1 changed files with 1 additions and 1 deletions

View File

@ -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 =