Skip to content

Commit

Permalink
Make sure reasoner menu is present
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge committed Jun 17, 2016
1 parent de0ed69 commit daf594d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,10 @@ private void rebuildReasonerMenu(JMenuBar menuBar) {

JMenu reasonerMenu = getReasonerMenu(menuBar);

if(reasonerMenu == null) {
return;
}

reasonerMenu.removeAll();

startReasonerAction.setEditorKit(getOWLEditorKit());
Expand Down

0 comments on commit daf594d

Please sign in to comment.