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 );
|
DIALOG_FOOTPRINT_PROPERTIES dlg( this, aFootprint );
|
||||||
|
|
||||||
// We use quasi modal to allow displaying help dialogs.
|
dlg.ShowModal();
|
||||||
dlg.ShowQuasiModal();
|
|
||||||
retvalue = dlg.GetReturnValue();
|
retvalue = dlg.GetReturnValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue