mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 12:06:57 +08:00
GT-3353 - Key bindings menu action log trace fix
This commit is contained in:
@@ -96,6 +96,11 @@ class ShowComponentAction extends DockingAction
|
|||||||
* @param provider the provider
|
* @param provider the provider
|
||||||
*/
|
*/
|
||||||
private void synchronizeKeyBinding(ComponentProvider provider) {
|
private void synchronizeKeyBinding(ComponentProvider provider) {
|
||||||
|
|
||||||
|
if (!getKeyBindingType().supportsKeyBindings()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
DockingActionIf action = provider.getShowProviderAction();
|
DockingActionIf action = provider.getShowProviderAction();
|
||||||
KeyBindingData defaultBinding = action.getDefaultKeyBindingData();
|
KeyBindingData defaultBinding = action.getDefaultKeyBindingData();
|
||||||
setKeyBindingData(defaultBinding);
|
setKeyBindingData(defaultBinding);
|
||||||
|
|||||||
Reference in New Issue
Block a user