Repair 79ad366 in the non-downward direction

This commit is contained in:
Charles Dang 2018-05-02 19:06:15 +11:00
parent 4517a7b095
commit b9dd04e71b

View file

@ -918,7 +918,7 @@ void preferences_dialog::hotkey_type_filter_callback(window& window) const
if(!toggle_states.none()) {
for(size_t h = 0; h < visible_hotkeys_.size(); ++h) {
int index = 0;
unsigned index = 0;
for(const auto& name : cat_names_) {
if(visible_hotkeys_[h]->category == name.first) {