mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 10:02:49 +08:00
Merge remote-tracking branch 'origin/GP-2564_ghidra1_AddReference'
This commit is contained in:
+1
-1
@@ -432,7 +432,7 @@ class InstructionPanel extends JPanel implements ChangeListener {
|
||||
public void mousePressed(MouseEvent e) {
|
||||
if (!locked) {
|
||||
JLabel label = (JLabel) e.getSource();
|
||||
updateLabels(getLabelIndex(label), -1);
|
||||
updateLabels(getLabelIndex(label), 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user