1
0
Fork 0
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:
James Blackburn 2009-10-22 13:00:19 +00:00
parent b74f0e0b85
commit 5333c64790

View file

@ -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$