ontograf
ontograf copied to clipboard
OntoGraf doesn't refresh the canvas after a change in the active ontology
As stated in the title. Furthermore, pressing "Clear" and then "adding" nodes back on to the view doesn't solve the problem.
It appears that onto graph caches the set of active ontologies and this is not updated when this set changes see this code:
https://github.com/protegeproject/ontograf/blob/866cc3a4ed2a4aee45e638bbb636bf688d196d5e/src/main/java/org/protege/ontograf/common/ProtegeGraphModel.java#L89
As a temporary workaround closing the Ontograf and then opening it forces a refresh. But I too hope this is fixed soon.
as of 2021, this still happens, the workaround either close Protege and reopen it OR close OntoGraf tab and reopen it.