mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
missing statement
This commit is contained in:
parent
96c3ce14e4
commit
e3fb9f77eb
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user