summaryrefslogtreecommitdiffstats
path: root/client/inputs_channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/inputs_channel.cpp')
-rw-r--r--client/inputs_channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/inputs_channel.cpp b/client/inputs_channel.cpp
index 4d1232a3..9e940d9a 100644
--- a/client/inputs_channel.cpp
+++ b/client/inputs_channel.cpp
@@ -402,7 +402,7 @@ void InputsChannel::set_local_modifiers()
modifiers |= Platform::CAPS_LOCK_MODIFIER;
}
- Platform::set_keyboard_lock_modifiers(_modifiers);
+ Platform::set_keyboard_lock_modifiers(modifiers);
}
void InputsChannel::on_focus_in()