mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 10:18:07 +08:00
GP-617: Fixing stepping. Fixes for object tree.
This commit is contained in:
+3
@@ -251,6 +251,9 @@ public class DefaultEnumeratedColumnTableModel<C extends Enum<C> & EnumeratedTab
|
||||
@Override
|
||||
public void delete(R row) {
|
||||
int rowIndex = modelData.indexOf(row);
|
||||
if (rowIndex == -1) {
|
||||
return;
|
||||
}
|
||||
modelData.remove(rowIndex);
|
||||
fireTableRowsDeleted(rowIndex, rowIndex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user