ABCExplorer - update when ABC changes

This commit is contained in:
Jindra Petřík
2023-10-01 18:21:38 +02:00
parent 7f6a1dfd87
commit 04d526ddeb
7 changed files with 602 additions and 548 deletions
@@ -124,6 +124,7 @@ public class ClassTraitDetailPanel extends JPanel implements TraitDetail {
abc.refreshMultinameNamespaceSuffixes();
((Tag) abc.parentTag).setModified(true);
abc.fireChanged();
return true;
}