mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
Bug #219935 : newWizardPages operation Class is run once if " Advanced Settings" is pressed and never again
This commit is contained in:
parent
1ed58e8410
commit
357090a722
1 changed files with 1 additions and 7 deletions
|
@ -534,15 +534,8 @@ public class MBSWizardHandler extends CWizardHandler {
|
|||
if (cfgFirst == null) // select at least first configuration
|
||||
cfgFirst = cfgDes;
|
||||
}
|
||||
// if (cfgDebug == null)
|
||||
// cfgDebug = cfgFirst;
|
||||
// if (cfgDebug != null)
|
||||
// cfgDebug.setActive();
|
||||
mngr.setProjectDescription(project, des);
|
||||
|
||||
doPostProcess(project);
|
||||
|
||||
// process custom pages
|
||||
doCustom();
|
||||
}
|
||||
|
||||
|
@ -670,6 +663,7 @@ public class MBSWizardHandler extends CWizardHandler {
|
|||
|
||||
public void postProcess(IProject newProject) {
|
||||
deleteExtraConfigs(newProject);
|
||||
doCustom();
|
||||
}
|
||||
|
||||
private void deleteExtraConfigs(IProject newProject) {
|
||||
|
|
Loading…
Add table
Reference in a new issue