mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GT-3515 - Column constraint docs review fixes
This commit is contained in:
parent
491c4e466a
commit
7a01b8b3e0
13 changed files with 40 additions and 48 deletions
|
@ -314,7 +314,7 @@ public class SampleGraphProvider extends ComponentProviderAdapter {
|
|||
return mainPanel;
|
||||
}
|
||||
|
||||
private void showFitlerPanel(boolean selected) {
|
||||
private void showFilterPanel(boolean selected) {
|
||||
if (selected) {
|
||||
mainPanel.add(filterPanel, BorderLayout.SOUTH);
|
||||
}
|
||||
|
@ -331,7 +331,7 @@ public class SampleGraphProvider extends ComponentProviderAdapter {
|
|||
|
||||
@Override
|
||||
public void actionPerformed(ActionContext context) {
|
||||
showFitlerPanel(isSelected());
|
||||
showFilterPanel(isSelected());
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue