GT-3519 corrected structure editor save button enablement when editing

bitfields
This commit is contained in:
ghidra1
2020-02-03 14:15:01 -05:00
parent 456dbc83cc
commit 4973b0bd99
@@ -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);