mirror of https://github.com/odrling/Aegisub
Flush hotkeys after they're modified
Originally committed to SVN as r5821.
This commit is contained in:
parent
e9e02539ac
commit
5176ae4407
|
@ -182,6 +182,7 @@ void Hotkey::SetHotkeyMap(HotkeyMap const& new_map) {
|
|||
for (HotkeyMap::iterator it = cmd_map.begin(); it != cmd_map.end(); ++it)
|
||||
str_map.insert(make_pair(it->second.Str(), it->second));
|
||||
|
||||
Flush();
|
||||
HotkeysChanged();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue