Skip to content

Commit

Permalink
Fixup 1942627
Browse files Browse the repository at this point in the history
(cherry-picked from commit 17da211)
  • Loading branch information
Vultraz committed Oct 7, 2018
1 parent a688ab7 commit 964a280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dialogs/preferences_dialog.cpp
Expand Up @@ -910,7 +910,7 @@ void preferences_dialog::hotkey_type_filter_callback(window& window) const

if(!toggle_states.none()) {
for(std::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) {
Expand Down

0 comments on commit 964a280

Please sign in to comment.