mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug293029 Don't reset selected configuration when changing page.
This commit is contained in:
parent
b74f0e0b85
commit
5333c64790
1 changed files with 3 additions and 2 deletions
|
@ -746,8 +746,9 @@ implements
|
|||
configSelector.add(name);
|
||||
}
|
||||
|
||||
int cfgIndex = -1;
|
||||
|
||||
// Ensure that the last selected config is selected by default
|
||||
int cfgIndex = getCfgIndex(lastSelectedCfg);
|
||||
|
||||
// "All cfgs" - shown if at least 2 cfgs available
|
||||
if (cfgDescs.length > 1) {
|
||||
configSelector.add(UIMessages.getString("AbstractPage.4")); //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue