Allow specifying modifiers for mouse bindings

This commit is contained in:
Christian Duerr 2018-07-21 17:37:13 +00:00 committed by GitHub
parent 5153c20ace
commit 48c0a7b067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ impl<'a, A: ActionContext + 'a> Processor<'a, A> {
return;
}
self.process_mouse_bindings(ModifiersState::default(), button);
self.process_mouse_bindings(modifiers, button);
}
/// Process key input