mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-1981 externalized icons for XTRA modules. Added loadIcon method in
ResourceManager. Created api for integrating Options with Theming. Fixed issue with system property mappings. Created dynamic icons for the close and drop-down menu item icons.
This commit is contained in:
parent
0971c0088c
commit
d466dbf06b
32 changed files with 637 additions and 260 deletions
|
@ -74,6 +74,9 @@ public class CustomTOCView extends TOCView {
|
|||
}
|
||||
|
||||
public HelpModel getHelpModel() {
|
||||
if (ui == null) {
|
||||
return null;
|
||||
}
|
||||
return ui.getHelpModel();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue