mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
Step 5 - cleanup of old key binding support constructor parameter; start of cleanup of DockingActionProviderIf
This commit is contained in:
parent
ff4b3736b9
commit
115243801e
73 changed files with 574 additions and 682 deletions
|
@ -165,7 +165,7 @@ public class ActionToGuiMapper {
|
|||
/**
|
||||
* Close all menus (includes popup menus)
|
||||
*/
|
||||
static void dismissMenus() {
|
||||
private void dismissMenus() {
|
||||
MenuSelectionManager.defaultManager().clearSelectedPath();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue