mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
@@ -211,7 +211,9 @@ abstract public class CompositeEditorModel extends CompositeViewerModel {
|
||||
// as they get resolved into the view datatype manager. This may result in the incorrect
|
||||
// underlying datatype default setting value being presented when adjusting component
|
||||
// default settings.
|
||||
cloneAllComponentSettings(original, viewComposite);
|
||||
viewDTM.withTransaction("Apply Settings",
|
||||
() -> cloneAllComponentSettings(original, viewComposite));
|
||||
viewDTM.clearUndo();
|
||||
}
|
||||
|
||||
String getOriginType() {
|
||||
|
||||
Reference in New Issue
Block a user