Config Paths help is now inside the dialog, so we don't need quasimodal here anymore.

This commit is contained in:
Jeff Young 2022-08-14 22:54:27 +01:00
parent 86938aa425
commit 959681e472
1 changed files with 1 additions and 2 deletions

View File

@ -1767,8 +1767,7 @@ void PCB_EDIT_FRAME::ShowFootprintPropertiesDialog( FOOTPRINT* aFootprint )
{
DIALOG_FOOTPRINT_PROPERTIES dlg( this, aFootprint );
// We use quasi modal to allow displaying help dialogs.
dlg.ShowQuasiModal();
dlg.ShowModal();
retvalue = dlg.GetReturnValue();
}