mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 22:46:44 +08:00
GP-0 corrected invalid color ID
This commit is contained in:
@@ -97,6 +97,6 @@ public interface PluginConstants {
|
|||||||
public static final String SEARCH_HIGHLIGHT_CURRENT_COLOR_OPTION_NAME =
|
public static final String SEARCH_HIGHLIGHT_CURRENT_COLOR_OPTION_NAME =
|
||||||
"Highlight Color for Current Match";
|
"Highlight Color for Current Match";
|
||||||
public static final GColor SEARCH_HIGHLIGHT_CURRENT_ADDR_COLOR =
|
public static final GColor SEARCH_HIGHLIGHT_CURRENT_ADDR_COLOR =
|
||||||
new GColor("color.bg.search.current.line.highlight");
|
new GColor("color.bg.search.highlight.current.line");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user