Skip to content
Snippets Groups Projects
Commit 42ff8732 authored by Tobias Ask's avatar Tobias Ask
Browse files

Closes #12

parent e2a25dff
Branches
No related tags found
No related merge requests found
Pipeline #22368 passed
......@@ -48,7 +48,7 @@ public class JavaProjectGlossary extends Glossary implements IElementChangedList
this.qualifiedControllerName = controllerClassName;
this.fxmlLocation = fxmlLocation;
this.infoPanelController = infoPanelController;
JavaCore.addElementChangedListener(this);
JavaCore.addElementChangedListener(this, ElementChangedEvent.POST_CHANGE);
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment