mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-10 06:27:59 -05:00
Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-9-6-24'
This commit is contained in:
@@ -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,9 +694,9 @@ class EnumEditorPanel extends JPanel {
|
||||
nextRow = rowCount - 1;
|
||||
nextCol = columnCount - 1;
|
||||
}
|
||||
|
||||
editorPanel.edit(nextRow, nextCol);
|
||||
}
|
||||
|
||||
editorPanel.edit(nextRow, nextCol);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user