Repair 79ad366
in the non-downward direction
This commit is contained in:
parent
4517a7b095
commit
b9dd04e71b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue