mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 12:56:02 +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,
|
BitFieldEditorDialog dlg = new BitFieldEditorDialog(model.viewComposite,
|
||||||
provider.dtmService, editingRow, ordinal -> {
|
provider.dtmService, editingRow, ordinal -> {
|
||||||
model.fireTableDataChanged();
|
model.notifyCompositeChanged();
|
||||||
model.compositeInfoChanged();
|
|
||||||
});
|
});
|
||||||
Component c = provider.getComponent();
|
Component c = provider.getComponent();
|
||||||
Window w = SwingUtilities.windowForComponent(c);
|
Window w = SwingUtilities.windowForComponent(c);
|
||||||
|
|||||||
Reference in New Issue
Block a user