Fix append board dialog
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16214
This commit is contained in:
parent
729659f5cf
commit
188b9f4dd5
|
@ -1044,7 +1044,7 @@ int PCB_CONTROL::AppendBoardFromFile( const TOOL_EVENT& aEvent )
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
// Pick a file to append
|
// Pick a file to append
|
||||||
if( !AskLoadBoardFileName( editFrame, &fileName, true ) )
|
if( !AskLoadBoardFileName( editFrame, &fileName, KICTL_KICAD_ONLY ) )
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
IO_MGR::PCB_FILE_T pluginType =
|
IO_MGR::PCB_FILE_T pluginType =
|
||||||
|
|
Loading…
Reference in New Issue