mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
GT-3353 - Key bindings menu action log trace fix
This commit is contained in:
parent
8e4b143f58
commit
b982a48969
@ -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…
Reference in New Issue
Block a user