Skip to content

Commit

Permalink
testFirstTabIsActivatedByDefault is no more passing with SWT fix under
Browse files Browse the repository at this point in the history
  • Loading branch information
deepika-u committed Apr 5, 2024
1 parent cccf0a0 commit de265c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ protected void handleTabSelected() {
fCurrentTabIndex = fTabFolder.getSelectionIndex();

ILaunchConfigurationTab[] tabs = getTabs();
if (previousTabIndex == fCurrentTabIndex || tabs == null || tabs.length == 0
if (tabs == null || tabs.length == 0
|| previousTabIndex > (tabs.length - 1)) {
return;
}
Expand Down

0 comments on commit de265c9

Please sign in to comment.