mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 14:08:03 -05:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
@@ -751,7 +751,7 @@ public class BitFieldEditorPanel extends JPanel {
|
||||
}
|
||||
|
||||
ActionContext getActionContext(MouseEvent event) {
|
||||
if (placementComponent == event.getSource()) {
|
||||
if (event != null && placementComponent == event.getSource()) {
|
||||
Point p = event.getPoint();
|
||||
return new BitFieldEditorContext(getDataTypeComponent(p),
|
||||
placementComponent.getBitOffset(p));
|
||||
|
||||
Reference in New Issue
Block a user