mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-1013 - Function Graph - fixed exception when setting background for
Function Graph after the window was opened and then closed Closes #3058
This commit is contained in:
parent
3c08837a45
commit
4ee4be5fef
2 changed files with 4 additions and 1 deletions
|
@ -186,6 +186,7 @@ public class FunctionGraphPlugin extends ProgramPlugin implements OptionsChangeL
|
|||
|
||||
connectedProvider.getComponent().repaint();
|
||||
for (FGProvider provider : disconnectedProviders) {
|
||||
provider.optionsChanged();
|
||||
provider.getComponent().repaint();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue