You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there are many justifications and a "+" button is pressed to show next justifications, there is a significant delay. I think this is because all justifications are redrawn using the method PresentationPanel.updatePanel(), which itself calls OWLCellRenderer.getCellRenderingComponent(). This can possibly be optimised by caching the cell sizes like in protege-proof-explanation.
The text was updated successfully, but these errors were encountered:
When there are many justifications and a "+" button is pressed to show next justifications, there is a significant delay. I think this is because all justifications are redrawn using the method PresentationPanel.updatePanel(), which itself calls OWLCellRenderer.getCellRenderingComponent(). This can possibly be optimised by caching the cell sizes like in protege-proof-explanation.
The text was updated successfully, but these errors were encountered: