mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-732 - Added key binding support for showing context menu
This commit is contained in:
parent
98d0cd9034
commit
cffc1787ae
9 changed files with 179 additions and 33 deletions
|
@ -15,7 +15,6 @@
|
|||
*/
|
||||
package docking;
|
||||
|
||||
import java.awt.event.MouseEvent;
|
||||
import java.util.LinkedHashSet;
|
||||
import java.util.Set;
|
||||
|
||||
|
@ -134,7 +133,7 @@ public class ActionToGuiMapper {
|
|||
return menuGroupMap;
|
||||
}
|
||||
|
||||
public void showPopupMenu(ComponentPlaceholder componentInfo, MouseEvent e) {
|
||||
popupActionManager.popupMenu(componentInfo, e);
|
||||
public void showPopupMenu(ComponentPlaceholder componentInfo, PopupMenuContext popupContext) {
|
||||
popupActionManager.popupMenu(componentInfo, popupContext);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue