mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
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:
parent
898f12cc12
commit
e5f1563c08
60 changed files with 1939 additions and 1283 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue