mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 14:08:03 -05:00
Merge remote-tracking branch 'origin/GP-4041-dragonmacher-function-editor-fix' into patch
This commit is contained in:
@@ -52,6 +52,8 @@ class StorageTableCellEditor extends AbstractCellEditor implements TableCellEdit
|
||||
@Override
|
||||
public Component getTableCellEditorComponent(final JTable table, Object value,
|
||||
boolean isSelected, int row, int column) {
|
||||
|
||||
storage = null;
|
||||
String stringValue = value == null ? "" : value.toString();
|
||||
JTextField field = new JTextField(stringValue);
|
||||
field.setBackground(getUneditableForegroundColor(isSelected));
|
||||
|
||||
Reference in New Issue
Block a user