mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 14:11:59 +00:00
Test fixes
This commit is contained in:
parent
3d7139e0a8
commit
da4c6721d2
@ -625,9 +625,7 @@ class EnumEditorPanel extends JPanel {
|
||||
};
|
||||
|
||||
private record CellEditRequest(EnumEditorPanel editorPanel, EnumEntry editedEntry,
|
||||
int editCol,
|
||||
KeyEvent e)
|
||||
implements Runnable {
|
||||
int editCol, KeyEvent e) implements Runnable {
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
@ -696,10 +694,10 @@ class EnumEditorPanel extends JPanel {
|
||||
nextRow = rowCount - 1;
|
||||
nextCol = columnCount - 1;
|
||||
}
|
||||
}
|
||||
|
||||
editorPanel.edit(nextRow, nextCol);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user