missing statement

This commit is contained in:
Franck Bourdonnec 2021-12-28 23:45:07 +01:00 committed by Franck
parent 96c3ce14e4
commit e3fb9f77eb
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ bool PANEL_HOTKEYS_EDITOR::TransferDataToWindow()
m_hotkeyStore.Init( m_actions, m_readOnly );
if( !m_hotkeyListCtrl->TransferDataToControl() )
false;
return false;
return true;
}