mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 14:08:03 -05:00
Merge branch 'GP-1738_emteere_StaleOptionsFix' into patch
This commit is contained in:
@@ -21,8 +21,7 @@ import java.util.*;
|
||||
|
||||
import db.*;
|
||||
import ghidra.framework.options.*;
|
||||
import ghidra.util.HelpLocation;
|
||||
import ghidra.util.SystemUtilities;
|
||||
import ghidra.util.*;
|
||||
import ghidra.util.exception.ClosedException;
|
||||
|
||||
/**
|
||||
@@ -280,6 +279,10 @@ class OptionsDB extends AbstractOptions {
|
||||
if (optionType == getOptionType()) {
|
||||
value = optionType.convertStringToObject(rec.getString(VALUE_COL));
|
||||
}
|
||||
else {
|
||||
Msg.info(this, "The type for '" + this.getName() + "' has changed! Using default value.");
|
||||
value = getDefaultValue();
|
||||
}
|
||||
}
|
||||
}
|
||||
isCached = true;
|
||||
|
||||
Reference in New Issue
Block a user