mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-25 10:29:51 +08:00
Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-9-6-24'
This commit is contained in:
+3
-5
@@ -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