mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-4309 - Updated Options API to defer Swing PropertyEditor construction
This commit is contained in:
parent
50df70ba0f
commit
cabeaf3c1b
29 changed files with 317 additions and 316 deletions
|
@ -238,7 +238,7 @@ public class OptionsManager implements OptionsService, OptionsChangeListener {
|
|||
oldEditor.dispose();
|
||||
}
|
||||
|
||||
keyBindingOptions.registerOptionsEditor(new KeyBindingOptionsEditor());
|
||||
keyBindingOptions.registerOptionsEditor(() -> new KeyBindingOptionsEditor());
|
||||
OptionsDialog dialog =
|
||||
new OptionsDialog("Options for " + tool.getName(), "Options", getEditableOptions(),
|
||||
null, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue