mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-08-08 07:40:39 -09:00
GP-7039 - Fixed missing input field
This commit is contained in:
@@ -93,6 +93,7 @@ class SelectBytesDialog extends ReusableDialogComponentProvider {
|
||||
lengthField = new IntegerTextField(10);
|
||||
lengthField.getComponent().getAccessibleContext().setAccessibleName("Number Input");
|
||||
lengthField.setMinValue(BigInteger.ZERO);
|
||||
main.add(lengthField.getComponent());
|
||||
return main;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user