mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 13:36:45 +08:00
Merge remote-tracking branch 'origin/GP-771-dragonmacher-table-header-clicking'
This commit is contained in:
@@ -151,6 +151,10 @@ public class DockableComponent extends JPanel implements ContainerListener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void showContextMenu(MouseEvent e) {
|
private void showContextMenu(MouseEvent e) {
|
||||||
|
if (e.isConsumed()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
Component component = e.getComponent();
|
Component component = e.getComponent();
|
||||||
if (component == null) {
|
if (component == null) {
|
||||||
return; // not sure this can happen
|
return; // not sure this can happen
|
||||||
|
|||||||
Reference in New Issue
Block a user