lib-cache-rescue coding style fix. lib-cache-rescue set default button OK in dialog.
This commit is contained in:
parent
425ddb92a7
commit
69de718910
|
@ -86,6 +86,7 @@ DIALOG_RESCUE_EACH::DIALOG_RESCUE_EACH( SCH_EDIT_FRAME* aParent, std::vector<RES
|
||||||
m_insideUpdateEvent( false )
|
m_insideUpdateEvent( false )
|
||||||
{
|
{
|
||||||
m_Config = Kiface().KifaceSettings();
|
m_Config = Kiface().KifaceSettings();
|
||||||
|
m_stdButtonsOK->SetDefault();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue