mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-1981 - Theming - PDB and Code Compare Modules
This commit is contained in:
parent
2f453099ba
commit
a99841e6d4
21 changed files with 93 additions and 67 deletions
|
@ -74,7 +74,7 @@ public class OverviewPluginScreenShots extends GhidraScreenShotGenerator {
|
|||
public void testEntropyLegend() {
|
||||
EntropyOverviewOptionsManager options =
|
||||
new EntropyOverviewOptionsManager(tool, entropyService);
|
||||
Palette palette = options.getPalette();
|
||||
OverviewPalette palette = options.getPalette();
|
||||
LegendPanel legendPanel = new LegendPanel();
|
||||
legendPanel.setPalette(palette);
|
||||
OverviewColorLegendDialog legendDialog =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue