Move changed flag ('*') from hotkey to hotkey name.

This way it doesn't look like you've assigned '*' when you clear
a hotkey.
This commit is contained in:
Jeff Young 2020-08-31 21:00:57 +01:00
parent 8d57136ad6
commit 2979d709f3
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ void WIDGET_HOTKEY_LIST::UpdateFromClientData()
// mark unsaved changes
if( changed_hk.m_EditKeycode != changed_hk.m_Actions[ 0 ]->GetHotKey() )
key_text += " *";
label += " *";
SetItemText( i, 0, label );
SetItemText( i, 1, key_text);