mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GT-3445 fixed bug when invoking column filters on keybindings table
This commit is contained in:
parent
3c2c23d8ce
commit
3ce8d3fa39
4 changed files with 45 additions and 16 deletions
|
@ -766,5 +766,10 @@ public class KeyBindingsPanel extends JPanel {
|
|||
public int getRowCount() {
|
||||
return tableActions.size();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Class<?> getColumnClass(int columnIndex) {
|
||||
return String.class;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue