We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ec8fe commit 89a4496Copy full SHA for 89a4496
Ghidra/Framework/Project/src/main/java/ghidra/framework/main/datatree/CheckoutsPanel.java
@@ -128,7 +128,7 @@ private void terminateCheckout(int[] rows) {
128
129
Set<ItemCheckoutStatus> toTerminate = new HashSet<>();
130
for (int i = 0; i < rows.length; i++) {
131
- ItemCheckoutStatus item = tableModel.getRowObject(i);
+ ItemCheckoutStatus item = tableModel.getRowObject(rows[i]);
132
toTerminate.add(item);
133
}
134
0 commit comments