Regression fix: hotkeys in eeschema not saved

Regression introduced in bzr 6474 / git 5173699
This commit is contained in:
Chris Pavlina 2016-01-21 10:17:55 -05:00
parent de0ac192fe
commit 8e8e126dcd
1 changed files with 2 additions and 0 deletions

View File

@ -293,6 +293,8 @@ bool DIALOG_EESCHEMA_OPTIONS::TransferDataFromWindow()
if( !m_hotkeyListCtrl->TransferDataFromControl() ) if( !m_hotkeyListCtrl->TransferDataFromControl() )
return false; return false;
GetParent()->WriteHotkeyConfig( g_Eeschema_Hokeys_Descr );
if( !m_colorConfigCtrl->TransferDataFromControl() ) if( !m_colorConfigCtrl->TransferDataFromControl() )
return false; return false;