GP-1981 - Theming - Docking Module

This commit is contained in:
dragonmacher
2022-09-08 09:07:53 -04:00
committed by ghidragon
parent 803a9e9864
commit 466db9efe3
73 changed files with 505 additions and 1553 deletions

View File

@@ -40,7 +40,7 @@ import ghidra.program.util.ProgramSelection;
*/
public interface FGVertex extends VisualVertex {
static final Color TOOLTIP_BACKGROUND_COLOR = Colors.TOOLTIP_BACKGROUND;
static final Color TOOLTIP_BACKGROUND_COLOR = Colors.BACKGROUND_TOOLTIP;
public FGVertex cloneVertex(FGController newController);