mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 02:20:30 +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,
|
private record CellEditRequest(EnumEditorPanel editorPanel, EnumEntry editedEntry,
|
||||||
int editCol,
|
int editCol, KeyEvent e) implements Runnable {
|
||||||
KeyEvent e)
|
|
||||||
implements Runnable {
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
@@ -696,9 +694,9 @@ class EnumEditorPanel extends JPanel {
|
|||||||
nextRow = rowCount - 1;
|
nextRow = rowCount - 1;
|
||||||
nextCol = columnCount - 1;
|
nextCol = columnCount - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
editorPanel.edit(nextRow, nextCol);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
editorPanel.edit(nextRow, nextCol);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user