mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Merge remote-tracking branch
'origin/GP-1081-dragonmacher-menu-mnemonics--SQUASHED' (Closes #2811)
This commit is contained in:
commit
f66bad1a9c
18 changed files with 690 additions and 110 deletions
|
@ -199,7 +199,7 @@ public class ToolOptions extends AbstractOptions {
|
|||
Element elem = null;
|
||||
if (value == null) {
|
||||
// Handle the null case ourselves, not using the wrapped option (and when
|
||||
// reading from xml) so that the logic does not need to in each wrapped option
|
||||
// reading from xml) so the logic does not need to be in each wrapped option
|
||||
elem = ss.saveToXml();
|
||||
elem.addContent(new Element(CLEARED_VALUE_ELEMENT_NAME));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue