mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 16:18:24 +08:00
Merge remote-tracking branch
'origin/GP-4048-dragonmacher-bookmark-dialog-enter' into patch (Closes #5962)
This commit is contained in:
+1
@@ -114,6 +114,7 @@ public class CreateBookmarkDialog extends DialogComponentProvider {
|
|||||||
|
|
||||||
categoryComboBox = new GhidraComboBox<>(getModel());
|
categoryComboBox = new GhidraComboBox<>(getModel());
|
||||||
categoryComboBox.setEditable(true);
|
categoryComboBox.setEditable(true);
|
||||||
|
categoryComboBox.setEnterKeyForwarding(true);
|
||||||
descriptionTextField = new JTextField(20);
|
descriptionTextField = new JTextField(20);
|
||||||
|
|
||||||
panel.add(new JLabel("Address: ", SwingConstants.RIGHT));
|
panel.add(new JLabel("Address: ", SwingConstants.RIGHT));
|
||||||
|
|||||||
Reference in New Issue
Block a user