lib-cache-rescue coding style fix. lib-cache-rescue set default button OK in dialog.

This commit is contained in:
unknown 2015-05-04 09:35:17 +02:00 committed by jean-pierre charras
parent 425ddb92a7
commit 69de718910
2 changed files with 8 additions and 7 deletions

View File

@ -86,6 +86,7 @@ DIALOG_RESCUE_EACH::DIALOG_RESCUE_EACH( SCH_EDIT_FRAME* aParent, std::vector<RES
m_insideUpdateEvent( false )
{
m_Config = Kiface().KifaceSettings();
m_stdButtonsOK->SetDefault();
}