mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GT-3353 - Key bindings menu action log trace fix
This commit is contained in:
parent
8e4b143f58
commit
b982a48969
1 changed files with 5 additions and 0 deletions
|
@ -96,6 +96,11 @@ class ShowComponentAction extends DockingAction
|
|||
* @param provider the provider
|
||||
*/
|
||||
private void synchronizeKeyBinding(ComponentProvider provider) {
|
||||
|
||||
if (!getKeyBindingType().supportsKeyBindings()) {
|
||||
return;
|
||||
}
|
||||
|
||||
DockingActionIf action = provider.getShowProviderAction();
|
||||
KeyBindingData defaultBinding = action.getDefaultKeyBindingData();
|
||||
setKeyBindingData(defaultBinding);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue