Skip to content

Commit

Permalink
Set valid initial index for tabbed pane in CVT
Browse files Browse the repository at this point in the history
  • Loading branch information
rcordovano committed Dec 13, 2017
1 parent c13ec91 commit 218d57e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public final class CVTTopComponent extends TopComponent implements ExplorerManag

public CVTTopComponent() {
initComponents();
browseVisualizeTabPane.setEnabledAt(1, false);
browseVisualizeTabPane.setEnabledAt(0, false);
setName(Bundle.CVTTopComponent_name());
splitPane.setRightComponent(new MessageBrowser());
}
Expand Down

0 comments on commit 218d57e

Please sign in to comment.