GP-2995 creating a better mapping of look and feel values to more standard ids and easier ways to override values for a specific LaF

This commit is contained in:
ghidragon 2023-01-13 17:58:27 -05:00
parent 898f12cc12
commit e5f1563c08
60 changed files with 1939 additions and 1283 deletions

View file

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