mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GT-2960 - Docking Actions - review fixes
This commit is contained in:
parent
154fa39cc2
commit
d8c234d5d0
27 changed files with 200 additions and 169 deletions
|
@ -110,10 +110,6 @@ public class ActionToGuiMapper {
|
|||
globalActions.clear();
|
||||
}
|
||||
|
||||
void setMenuGroup(String[] menuPath, String group) {
|
||||
menuGroupMap.setMenuGroup(menuPath, group);
|
||||
}
|
||||
|
||||
void setMenuGroup(String[] menuPath, String group, String menuSubGroup) {
|
||||
menuGroupMap.setMenuGroup(menuPath, group, menuSubGroup);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue