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:
parent
8d57136ad6
commit
2979d709f3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue