mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Fix for bugzilla 75529 -- [Managed Build] Shouldn't go to the beginning on configuration changing
This commit is contained in:
parent
ae97aa9b2a
commit
401c7a5866
1 changed files with 3 additions and 2 deletions
|
@ -402,10 +402,11 @@ public class ToolsSettingsBlock extends AbstractCOptionPage {
|
|||
// There is a selected tool defined
|
||||
primary = selectedTool;
|
||||
} else if (selectedCategory != null) {
|
||||
// if (selectedCategory != null) {
|
||||
// There is a selected option or category
|
||||
primary = selectedCategory;
|
||||
} else {
|
||||
}
|
||||
|
||||
if (primary == null) {
|
||||
// Select the first tool in the list
|
||||
Object[] elements = null;
|
||||
if( element instanceof IProject){
|
||||
|
|
Loading…
Add table
Reference in a new issue