Regression fix: hotkeys in eeschema not saved
Regression introduced in bzr 6474 / git 5173699
This commit is contained in:
parent
de0ac192fe
commit
8e8e126dcd
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue