Skip to content

Commit

Permalink
Merge pull request #1313 from virtualcell/FixToolMenu
Browse files Browse the repository at this point in the history
Small fix to remove separator
  • Loading branch information
CodeByDrescher authored Jul 15, 2024
2 parents bc6d986 + 4cfaad8 commit 564d055
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ public void menuCanceled(MenuEvent e) {

this.toolMenu.setName("ToolMenu");
this.toolMenu.setText("Tools");
this.toolMenu.add(new JSeparator());
this.toolMenu.add(this.getRunVFrapItem());
this.toolMenu.add(this.getExportedDataViewer());
this.toolMenu.add(new JSeparator());
Expand Down

0 comments on commit 564d055

Please sign in to comment.