mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 13:21:22 +08:00
GT-3519 corrected structure editor save button enablement when editing
bitfields
This commit is contained in:
+1
-2
@@ -162,8 +162,7 @@ public abstract class CompositeEditorPanel extends JPanel
|
||||
|
||||
BitFieldEditorDialog dlg = new BitFieldEditorDialog(model.viewComposite,
|
||||
provider.dtmService, editingRow, ordinal -> {
|
||||
model.fireTableDataChanged();
|
||||
model.compositeInfoChanged();
|
||||
model.notifyCompositeChanged();
|
||||
});
|
||||
Component c = provider.getComponent();
|
||||
Window w = SwingUtilities.windowForComponent(c);
|
||||
|
||||
Reference in New Issue
Block a user