Change default value of MatchByReference to false.

Fixes https://gitlab.com/kicad/code/kicad/issues/11382
This commit is contained in:
Jonathan Haas 2022-05-12 13:33:09 +02:00 committed by Roberto Fernandez Bautista
parent 88c7322a0d
commit 5802ede3fd
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
// Saved dialog settings
DIALOG_UPDATE_FROM_PCB::DIALOG_UPDATE_FROM_PCB_SAVED_STATE
DIALOG_UPDATE_FROM_PCB::s_savedDialogState{ true, true, true, true, false };
DIALOG_UPDATE_FROM_PCB::s_savedDialogState{ false, true, true, true, false };
DIALOG_UPDATE_FROM_PCB::DIALOG_UPDATE_FROM_PCB( SCH_EDIT_FRAME* aParent )