mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-1981 - Support Tool - initial support tool fixes; updates to module
discovery to use the classpath in dev mode for filtering
This commit is contained in:
parent
25f7df2aa7
commit
38d18751a3
8 changed files with 84 additions and 9 deletions
|
@ -44,6 +44,8 @@ public class GThemeDefaults {
|
|||
// generic color concepts
|
||||
//@formatter:off
|
||||
public static final GColor BACKGROUND = new GColor("color.bg");
|
||||
public static final GColor ERROR = new GColor("color.fg.error");
|
||||
public static final GColor FOREGROUND = new GColor("color.fg");
|
||||
public static final GColor TOOLTIP_BACKGROUND = new GColor("color.bg.tooltip");
|
||||
//@formatter:on
|
||||
|
||||
|
|
|
@ -245,8 +245,8 @@ public class Gui {
|
|||
|
||||
if (color == null) {
|
||||
if (validate && isInitialized) {
|
||||
// Throwable t = getFilteredTrace();
|
||||
Msg.error(Gui.class, "No color value registered for: " + id);
|
||||
Throwable t = getFilteredTrace();
|
||||
Msg.error(Gui.class, "No color value registered for: " + id, t);
|
||||
}
|
||||
return Color.CYAN;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue