GP-1981 - Theming - PDB and Code Compare Modules

This commit is contained in:
dragonmacher 2022-09-02 16:22:34 -04:00 committed by ghidragon
parent 2f453099ba
commit a99841e6d4
21 changed files with 93 additions and 67 deletions

View file

@ -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 =