Config Paths help is now inside the dialog, so we don't need quasimodal here anymore.
This commit is contained in:
parent
86938aa425
commit
959681e472
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue